From 6d7673190e7fec573aed8e15e98d470cd4189d52 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 6 Oct 2006 16:23:31 +0000 Subject: finally fix priorities: ConfigListScreen's action must be -1 to override eListbox' 0, the other setup screens need to use -2 to override ConfigListScreen --- lib/python/Screens/TimeDateInput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/TimeDateInput.py') diff --git a/lib/python/Screens/TimeDateInput.py b/lib/python/Screens/TimeDateInput.py index c7a66641..d8e1f8a1 100644 --- a/lib/python/Screens/TimeDateInput.py +++ b/lib/python/Screens/TimeDateInput.py @@ -24,7 +24,7 @@ class TimeDateInput(Screen, ConfigListScreen): "ok": self.keySelect, "save": self.keyGo, "cancel": self.keyCancel, - }, -1) + }, -2) self.list = [] ConfigListScreen.__init__(self, self.list) -- cgit v1.2.3