aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-03-23 22:53:19 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-03-23 22:53:19 +0100
commit3f60b3adf25d27c908f6e0db7e3cd71e84b9779c (patch)
tree3e1b9699371cb41deb23c7d2506832ba0716c606 /lib/python/Components/config.py
parent4634815c0fd9219332472707f6fcbdfd5d5b7821 (diff)
parent519da68556638c7502a4f679f859e6032e258421 (diff)
downloadenigma2-3f60b3adf25d27c908f6e0db7e3cd71e84b9779c.tar.gz
enigma2-3f60b3adf25d27c908f6e0db7e3cd71e84b9779c.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components/config.py')
-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)