From 4ee4872e58477d2ffbc0c279a49408ee84176f0a Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 23 Mar 2009 13:19:35 +0100 Subject: [PATCH] config.py: remove unneeded notifier call --- lib/python/Components/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 24d39cb..c810e14 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) -- 2.7.4