diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-01-05 14:42:23 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-01-05 14:42:23 +0100 |
| commit | c92c4778f26f253b4a2869ffaf4c89cbf090e66d (patch) | |
| tree | 88e95e0438ac9ee4758857111dcd2e16c55946fe /lib/python/Components | |
| parent | a415c30723058b3da1c7cbc1adf7c2205508915b (diff) | |
| parent | aa64f107516da5aaff79d6d096f8014f65ea3283 (diff) | |
| download | enigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.tar.gz enigma2-c92c4778f26f253b4a2869ffaf4c89cbf090e66d.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components')
| -rwxr-xr-x | lib/python/Components/config.py | 3 |
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)): |
