Mercurial > libervia-backend
diff frontends/src/wix/main_window.py @ 777:5642939d254e
core, bridge: new method paramsRegisterApp to register frontend's specific parameters
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 27 Dec 2013 13:28:26 +0100 |
parents | eac23b1aad90 |
children | 46aa5ada61bf |
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py Fri Jan 03 21:25:07 2014 +0100 +++ b/frontends/src/wix/main_window.py Fri Dec 27 13:28:26 2013 +0100 @@ -407,9 +407,7 @@ def onParam(self, e): debug(_("Param request")) - #xmlui = self.bridge.getParamsUI(profile_key=self.profile) - #XMLUI(self, xml_data = xmlui) - param=Param(self) + param = Param(self) def onAbout(self, e): about = wx.AboutDialogInfo()