From 0379aa0cb4aab6c748b483de790de3b896611a0c Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Fri, 2 Sep 2005 01:28:16 +0000 Subject: [PATCH] added ActionMap prio - im sure tmbinc will this ;-) --- lib/python/Screens/Setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py index 9693a0b7..4deedb92 100644 --- a/lib/python/Screens/Setup.py +++ b/lib/python/Screens/Setup.py @@ -103,4 +103,4 @@ class Setup(Screen): "left": self.keyLeft, "right": self.keyRight, "save": self.keySave - }) + }, 1) -- 2.30.2