X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/622ac762dd34d119f1e53a0fae95f02d868a111e..cd1ef2a9024596a6f5938b701e8a8ac623e40ee6:/lib/python/Components/config.py 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)