aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-01-05 14:42:23 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-01-05 14:42:23 +0100
commitc92c4778f26f253b4a2869ffaf4c89cbf090e66d (patch)
tree88e95e0438ac9ee4758857111dcd2e16c55946fe /lib/python/Components/config.py
parenta415c30723058b3da1c7cbc1adf7c2205508915b (diff)
parentaa64f107516da5aaff79d6d096f8014f65ea3283 (diff)
downloadenigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.tar.gz
enigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components/config.py')
-rwxr-xr-xlib/python/Components/config.py3
1 files changed, 3 insertions, 0 deletions
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)):