From d284a47433b6cab325531f6af707b55241598ff2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 19 Nov 2004 23:44:19 +0000 Subject: [PATCH] inform the user when his GPG passphrase is wrong --- plugins/gtkgui/gtkgui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index b2b74573f..9f4ac9b73 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -2225,7 +2225,6 @@ class plugin: warning_Window(_("You are now authorized by %s") % jid) def handle_event_unsubscribed(self, account, jid): - #TODO: change icon warning_Window(_("You are now unsubscribed by %s") % jid) def handle_event_agents(self, account, agents): @@ -2322,7 +2321,7 @@ class plugin: self.systray.add_jid(jid, account) def handle_event_bad_passphrase(self, account, array): - pass + warning_Window(_"Your GPG passphrase is wrong, so you are connected without your GPG key.") def handle_event_gpg_secrete_keys(self, account, keys): keys['None'] = 'None'