diff frontends/src/wix/main_window.py @ 634:ca2cae6b2c6d

core: security attribute added to the parameters - getParams, getParamsUI and getParamsForCategory have a security_limit parameter to filter - parameters with security = 0 can be retrieved/modified from Libervia
author souliane <souliane@mailoo.org>
date Thu, 05 Sep 2013 20:28:44 +0200
parents 42ee0b0b0a15
children 49587e170f53
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py	Sun Sep 08 18:05:19 2013 +0200
+++ b/frontends/src/wix/main_window.py	Thu Sep 05 20:28:44 2013 +0200
@@ -363,7 +363,8 @@
 
     def onParam(self, e):
         debug(_("Param request"))
-        #xmlui = self.bridge.getParamsUI(self.profile)
+        #security_limit = -1
+        #xmlui = self.bridge.getParamsUI(security_limit, profile_key=self.profile)
         #XMLUI(self, xml_data = xmlui)
         param=Param(self)