typo
This commit is contained in:
parent
0bb678dd26
commit
b3b3da27f8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue