gotr: fix authentication button

This commit is contained in:
Kjell Braden
2012-04-17 02:28:42 +02:00
parent 934cc5d2c8
commit ca7ef94a18

View File

@@ -289,7 +289,7 @@ class OtrPlugin(GajimPlugin):
ui.get_otr_submenu(self, cc).get_submenu().popup(None, ui.get_otr_submenu(self, cc).get_submenu().popup(None,
None, None, 0, 0) None, None, 0, 0)
else: else:
cc._on_authentication_button_clicked(cc, widget) cc._on_authentication_button_clicked(widget)
self.overwrite_handler(cc, cc.authentication_button, authbutton_cb) self.overwrite_handler(cc, cc.authentication_button, authbutton_cb)
# hijack context menu # hijack context menu