This commit is contained in:
Nikos Kouremenos 2005-07-06 13:31:55 +00:00
parent 0bb678dd26
commit b3b3da27f8
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class TabbedChatWindow(chat.Chat):
contact_button = self.xmls[jid].get_widget('contact_button')
contact_button.set_use_underline(False)
tb = self.xmls[jid].get_widget('gpg_togglebutton')
if user.keyID: # we can do gpg
if contact.keyID: # we can do gpg
tb.set_sensitive(True)
tt = 'OpenPGP Encryption'
else: