diff frontends/wix/main_window.py @ 102:94011f553cd0

misc bugfixes - wix: added forgotten profile in gateways management - xml_tools: removed XMLClass to the 2 methods as a direct methods - plugin_xep_100 (gateways discovery): added error callback
author Goffi <goffi@goffi.org>
date Tue, 22 Jun 2010 13:58:53 +0800
parents 783e9d6980ec
children 6be927a465ed
line wrap: on
line diff
--- a/frontends/wix/main_window.py	Sat Jun 19 17:15:30 2010 +0800
+++ b/frontends/wix/main_window.py	Tue Jun 22 13:58:53 2010 +0800
@@ -452,7 +452,7 @@
 
     def onFindGateways(self, e):
         debug(_("Find Gateways request"))
-        id = self.bridge.findGateways(self.profiles[self.profile]['whoami'].domain)
+        id = self.bridge.findGateways(self.profiles[self.profile]['whoami'].domain, self.profile)
         self.current_action_ids.add(id)
         self.current_action_ids_cb[id] = self.onGatewaysFound