X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2Fconfig.py;h=471b59ec55f5c21396461638ad41db74abe2b02a;hb=2aaafed9667ed7fe91d01436a3a109d8ff3f7bbf;hp=a6007b105f62ebb9f5e73bc1291546e95a69d200;hpb=4e6cd91094c4491134f5d8f81b03282fb50f7f09;p=vuplus_dvbapp diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index a6007b1..471b59e 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)):