X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ff90cba66b3ebe6adf9b436fa8ae9ac440a0c70c..425399841b2657846be038cd0ba8fe449a528691:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 1486420c..040a9ee4 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -77,7 +77,7 @@ class configSelection: self.checkValues() - self.parent.change() + self.parent.change() def __call__(self, selected): #needed by configlist self.checkValues() @@ -393,7 +393,7 @@ class configElement: tcnt = cnt cnt += 1 if tcnt != -1: - return tcnt + return tcnt return 0 #prevent bigger then array def datafromFile(self, control, data): @@ -469,6 +469,10 @@ class configElement: self.notifierList = [ ] self.enabled = True self.loadData() + + def getConfigPath(self): + return self.configPath + def addNotifier(self, notifier): self.notifierList.append(notifier); notifier(self);