From: ghost Date: Mon, 23 Mar 2009 12:19:35 +0000 (+0100) Subject: config.py: remove unneeded notifier call X-Git-Tag: 2.6.0~362^2~4 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4ee4872e58477d2ffbc0c279a49408ee84176f0a config.py: remove unneeded notifier call --- 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)