diff frontends/wix/xmlui.py @ 135:7452ac3818e7

Core, wix: added profile management for RegisterNewAccount method, and LaunchAction
author Goffi <goffi@goffi.org>
date Fri, 16 Jul 2010 20:16:13 +0800
parents 5ae370c71803
children 3c3f70c01333
line wrap: on
line diff
--- a/frontends/wix/xmlui.py	Fri Jul 16 20:15:14 2010 +0800
+++ b/frontends/wix/xmlui.py	Fri Jul 16 20:16:13 2010 +0800
@@ -199,7 +199,7 @@
             else:
                 data[field] = ctrl['control'].GetValue()
 
-        id = self.host.bridge.launchAction("button", data)
+        id = self.host.bridge.launchAction("button", data, profile_key = self.host.profile)
         self.host.current_action_ids.add(id)
         event.Skip()