comparison frontends/src/tools/xmlui.py @ 1346:35f99c90b736 frontends_multi_profiles

frontends (XMLUI): fixes wrong argument name
author souliane <souliane@mailoo.org>
date Tue, 03 Mar 2015 06:00:23 +0100
parents 89dc29afe01c
children 069ad98b360d
comparison
equal deleted inserted replaced
1345:b26dd78de495 1346:35f99c90b736
463 this method must be overrided 463 this method must be overrided
464 """ 464 """
465 raise NotImplementedError 465 raise NotImplementedError
466 466
467 def _xmluiSetParam(self, name, value, category): 467 def _xmluiSetParam(self, name, value, category):
468 self.host.bridge.setParam(name, value, category, profile=self.profile) 468 self.host.bridge.setParam(name, value, category, profile_key=self.profile)
469 469
470 ##EVENTS## 470 ##EVENTS##
471 471
472 def onParamChange(self, ctrl): 472 def onParamChange(self, ctrl):
473 """Called when type is param and a widget to save is modified 473 """Called when type is param and a widget to save is modified