summaryrefslogtreecommitdiff
path: root/src/core/handlers.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-08-01 03:15:39 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-08-01 03:15:39 +0200
commit2fd71cd6374d02d8e67faa0e87fb943c4c72011a (patch)
tree1fd8352ddfb23859ac89bd74ee38dee07de4dcb1 /src/core/handlers.py
parent6f7ac5a4a66c81fce9451a7bd1645fe3161848f6 (diff)
downloadpoezio-2fd71cd6374d02d8e67faa0e87fb943c4c72011a.tar.gz
poezio-2fd71cd6374d02d8e67faa0e87fb943c4c72011a.tar.bz2
poezio-2fd71cd6374d02d8e67faa0e87fb943c4c72011a.tar.xz
poezio-2fd71cd6374d02d8e67faa0e87fb943c4c72011a.zip
Display “authentication failed” only when all auth methods failed
Diffstat (limited to 'src/core/handlers.py')
-rw-r--r--src/core/handlers.py2
1 files changed, 1 insertions, 1 deletions
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
"""