diff sat_frontends/quick_frontend/quick_app.py @ 2894:c7c52c0dc13a

core, quick_frontend(app): fixed connected signal handling
author Goffi <goffi@goffi.org>
date Sun, 07 Apr 2019 20:55:27 +0200
parents b2e898384c25
children fc78d53f0ffa
line wrap: on
line diff
--- a/sat_frontends/quick_frontend/quick_app.py	Sun Apr 07 18:50:13 2019 +0200
+++ b/sat_frontends/quick_frontend/quick_app.py	Sun Apr 07 20:55:27 2019 +0200
@@ -682,7 +682,7 @@
 
     # bridge signals hanlers
 
-    def connectedHandler(self, profile, jid_s):
+    def connectedHandler(self, jid_s, profile):
         """Called when the connection is made.
 
         @param jid_s (unicode): the JID that we were assigned by the server,