allow empty ConfigSelection, value will be '' then. remove KEY_TIMEOUT from ConfigSel...
[enigma2.git] / lib / python / Components / ConfigList.py
index 883a1ea4c7959ed06f1cf7b744fcfc0a5bb4b195..dc10045caa58af1487283680bf139143cde97650 100644 (file)
@@ -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)