diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-23 13:19:35 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-23 13:19:35 +0100 |
| commit | 4ee4872e58477d2ffbc0c279a49408ee84176f0a (patch) | |
| tree | 1f6315f5fc287678ac45f35bdbfd5af5f9a8dd79 /lib/python | |
| parent | 0c7eeca673a4b1bda346b472badabcb67f8c2908 (diff) | |
| download | enigma2-4ee4872e58477d2ffbc0c279a49408ee84176f0a.tar.gz enigma2-4ee4872e58477d2ffbc0c279a49408ee84176f0a.zip | |
config.py: remove unneeded notifier call
Diffstat (limited to 'lib/python')
| -rwxr-xr-x | lib/python/Components/config.py | 1 |
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) |
