From ca7ef94a18abd79474fb5e8cf87bdf348cff97f5 Mon Sep 17 00:00:00 2001 From: Kjell Braden <afflux.gajim@pentabarf.de> Date: Tue, 17 Apr 2012 02:28:42 +0200 Subject: [PATCH] gotr: fix authentication button --- gotr/otrmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotr/otrmodule.py b/gotr/otrmodule.py index 890ef5e6..5daa0fbe 100644 --- a/gotr/otrmodule.py +++ b/gotr/otrmodule.py @@ -289,7 +289,7 @@ class OtrPlugin(GajimPlugin): ui.get_otr_submenu(self, cc).get_submenu().popup(None, None, None, 0, 0) else: - cc._on_authentication_button_clicked(cc, widget) + cc._on_authentication_button_clicked(widget) self.overwrite_handler(cc, cc.authentication_button, authbutton_cb) # hijack context menu -- GitLab