diff src/browser/menu.py @ 464:bea9788f3170

browser and server sides: don't handle the "connectionError" signal anymore, we now use asyncConnect errback: - TODO: allow the user to set another XMPP password with the stdui action CHANGE_XMPP_PASSWD_ID
author souliane <souliane@mailoo.org>
date Fri, 23 May 2014 10:00:16 +0200
parents 981ed669d3b3
children
line wrap: on
line diff
--- a/src/browser/menu.py	Wed Jun 04 01:27:11 2014 +0200
+++ b/src/browser/menu.py	Fri May 23 10:00:16 2014 +0200
@@ -243,7 +243,7 @@
             if not xmlui:
                 return
             body = XMLUI(self.host, xmlui)
-            _dialog = dialog.GenericDialog("Manage your XMPP account", body, options=['NO_CLOSE'])
+            _dialog = dialog.GenericDialog("Manage your account", body, options=['NO_CLOSE'])
             body.setCloseCb(_dialog.close)
             _dialog.show()
         self.host.bridge.call('getAccountDialogUI', gotUI)