From 2fd71cd6374d02d8e67faa0e87fb943c4c72011a Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 1 Aug 2014 03:15:39 +0200 Subject: =?UTF-8?q?Display=20=E2=80=9Cauthentication=20failed=E2=80=9D=20o?= =?UTF-8?q?nly=20when=20all=20auth=20methods=20failed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/handlers.py') diff --git a/src/core/handlers.py b/src/core/handlers.py index 2dd31abd..39c37e8f 100644 --- a/src/core/handlers.py +++ b/src/core/handlers.py @@ -829,7 +829,7 @@ def on_disconnected(self, event): tab.disconnect() self.information(_("Disconnected from server."), _('Error')) -def on_failed_auth(self, event): +def on_failed_all_auth(self, event): """ Authentication failed """ -- cgit v1.2.3