From: Ronny Strutz Date: Fri, 2 Sep 2005 01:28:16 +0000 (+0000) Subject: added ActionMap prio - im sure tmbinc will this ;-) X-Git-Tag: 2.6.0~5619 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/0379aa0cb4aab6c748b483de790de3b896611a0c?ds=sidebyside added ActionMap prio - im sure tmbinc will this ;-) --- 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)