From: Andreas Monzner Date: Tue, 19 Aug 2008 10:24:39 +0000 (+0000) Subject: remove unneeded notifier call X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=cd1ef2a9024596a6f5938b701e8a8ac623e40ee6;ds=sidebyside remove unneeded notifier call --- diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 1ccf3e3..b91c449 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -823,9 +823,7 @@ class ConfigSlider(ConfigElement): self.value = self.max else: return - self.checkValues() - self.changed() def getText(self): return "%d / %d" % (self.value, self.max)