From 2764d1bc2a6c99003d0039804acadb82446554d1 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 7 Oct 2006 12:42:24 +0000 Subject: 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. --- lib/python/Components/ConfigList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/ConfigList.py') 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) -- cgit v1.2.3