diff frontends/src/wix/param.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 bfabeedbf32e
children
line wrap: on
line diff
--- a/frontends/src/wix/param.py	Fri Jan 03 21:25:07 2014 +0100
+++ b/frontends/src/wix/param.py	Fri Dec 27 13:28:26 2013 +0100
@@ -25,6 +25,7 @@
 from xml.dom import minidom
 from logging import debug, info, error
 from sat.tools.jid  import JID
+from sat_frontends.wix.constants import Const
 
 
 class Param(wx.Frame):
@@ -104,6 +105,7 @@
             cat_dom.unlink()
 
         self.host.bridge.getParamsForCategory(category,
+                                              app=Const.APP_NAME,
                                               profile_key=self.host.profile,
                                               callback=gotParams,
                                               errback=errorGettingParams)