Mercurial > libervia-backend
diff frontends/src/wix/main_window.py @ 641:49587e170f53
core: added the security_limit to setParam
- params with a security greater than security_limit can not be modified
- special value: security_limit < 0 disable the check (all params can be modified)
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 07 Sep 2013 02:03:17 +0200 |
parents | ca2cae6b2c6d |
children | e2eff3c7ad02 |
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py Sun Sep 08 19:18:46 2013 +0200 +++ b/frontends/src/wix/main_window.py Sat Sep 07 02:03:17 2013 +0200 @@ -363,8 +363,7 @@ def onParam(self, e): debug(_("Param request")) - #security_limit = -1 - #xmlui = self.bridge.getParamsUI(security_limit, profile_key=self.profile) + #xmlui = self.bridge.getParamsUI(profile_key=self.profile) #XMLUI(self, xml_data = xmlui) param=Param(self)