diff frontends/src/quick_frontend/quick_app.py @ 266:c4b84a2d2ad1

bridge: constructor and template improved, documentation added
author Goffi <goffi@goffi.org>
date Mon, 24 Jan 2011 17:47:45 +0100
parents bfd01aed0a3a
children 1d2e0dfe7114
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py	Mon Jan 24 01:22:00 2011 +0100
+++ b/frontends/src/quick_frontend/quick_app.py	Mon Jan 24 17:47:45 2011 +0100
@@ -188,7 +188,7 @@
         self.contactList.clear_contacts()
         self.setStatusOnline(False)
     
-    def connection_error(self, profile, error_type):
+    def connection_error(self, error_type, profile):
         """called when something goest wrong with the connection"""
         if not self.check_profile(profile):
             return