aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEntry.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/TimerEntry.py')
-rw-r--r--lib/python/Screens/TimerEntry.py2
1 files changed, 1 insertions, 1 deletions
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)