This commit is contained in:
Yann Leboulanger 2005-04-17 17:41:01 +00:00
parent a3126a453e
commit 92c65c67bc
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class Vcard_information_window:
self.xml.get_widget('ask_label').set_text('None')
self.xml.get_widget('nickname_entry').set_text(self.user.name)
log = 1
if self.user.jid in gajim.config.get_per('accounts', account, \
if self.user.jid in gajim.config.get_per('accounts', self.account, \
'no_log_for').split(' '):
log = 0
self.xml.get_widget('log_checkbutton').set_active(log)