aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-19 10:24:39 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-19 10:24:39 +0000
commitcd1ef2a9024596a6f5938b701e8a8ac623e40ee6 (patch)
tree8de16ee153c359737cc2101cb025e8804be684b3 /lib/python/Components
parent622ac762dd34d119f1e53a0fae95f02d868a111e (diff)
downloadenigma2-cd1ef2a9024596a6f5938b701e8a8ac623e40ee6.tar.gz
enigma2-cd1ef2a9024596a6f5938b701e8a8ac623e40ee6.zip
remove unneeded notifier call
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 1ccf3e37..b91c449e 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)