aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-03-23 13:19:35 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-03-23 13:19:35 +0100
commit4ee4872e58477d2ffbc0c279a49408ee84176f0a (patch)
tree1f6315f5fc287678ac45f35bdbfd5af5f9a8dd79 /lib
parent0c7eeca673a4b1bda346b472badabcb67f8c2908 (diff)
downloadenigma2-4ee4872e58477d2ffbc0c279a49408ee84176f0a.tar.gz
enigma2-4ee4872e58477d2ffbc0c279a49408ee84176f0a.zip
config.py: remove unneeded notifier call
Diffstat (limited to 'lib')
-rwxr-xr-xlib/python/Components/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 24d39cba..c810e14b 100755
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -281,7 +281,6 @@ class ConfigSelection(ConfigElement):
self._descr = None
self.default = self._value = self.last_value = default
- self.changed()
def setChoices(self, choices, default = None):
self.choices = choicesList(choices)