X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1eae3427009157fd382ca360f8d89593225272c8..bce53d4a67d1655a496eebe5912c8573e880114e:/lib/python/Components/config.py 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)