aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ConfigList.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-10-07 12:42:24 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-10-07 12:42:24 +0000
commit2764d1bc2a6c99003d0039804acadb82446554d1 (patch)
treed89a55724ac8c491fdce32b9c82347dc622e9783 /lib/python/Components/ConfigList.py
parent1716a08994f7be55023e37b909b83112aa8058cd (diff)
downloadenigma2-2764d1bc2a6c99003d0039804acadb82446554d1.tar.gz
enigma2-2764d1bc2a6c99003d0039804acadb82446554d1.zip
allow empty ConfigSelection, value will be '' then. remove KEY_TIMEOUT from ConfigSelection, we don't need it there. Fix empty satlist. orbitial_position will be None if satlist is empty.
Diffstat (limited to 'lib/python/Components/ConfigList.py')
-rw-r--r--lib/python/Components/ConfigList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ConfigList.py b/lib/python/Components/ConfigList.py
index 883a1ea4..dc10045c 100644
--- a/lib/python/Components/ConfigList.py
+++ b/lib/python/Components/ConfigList.py
@@ -100,7 +100,7 @@ class ConfigListScreen:
"8": self.keyNumberGlobal,
"9": self.keyNumberGlobal,
"0": self.keyNumberGlobal
- }, 5)
+ }, -1) # to prevent left/right overriding the listbox
self["config"] = ConfigList(list, session = session)