X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2b366799c5f6115a2d9a4e4f5b7d3a3e1305fb4e..4c1d3d2f5cf39f72bf85041a6ba6665350ea742e:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index a6007b10..471b59ec 100755 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -1138,6 +1138,9 @@ class ConfigDirectory(ConfigText): else: return ConfigText.getMulti(self, selected) + def onSelect(self, session): + self.allmarked = (self.value != "") + # a slider. class ConfigSlider(ConfigElement): def __init__(self, default = 0, increment = 1, limits = (0, 100)):