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/TimerEntry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/TimerEntry.py') diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py index fa75b5c0..c548e153 100644 --- a/lib/python/Screens/TimerEntry.py +++ b/lib/python/Screens/TimerEntry.py @@ -33,7 +33,7 @@ class TimerEntry(Screen, ConfigListScreen): "ok": self.keySelect, "save": self.keyGo, "cancel": self.keyCancel, - }, -1) + }, -2) self.list = [] ConfigListScreen.__init__(self, self.list, session = session) -- cgit v1.2.3