diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-02 01:28:16 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-02 01:28:16 +0000 |
| commit | 0379aa0cb4aab6c748b483de790de3b896611a0c (patch) | |
| tree | 15053c4e4f7559aaabdded8bee92f1c22e965b66 /lib/python | |
| parent | d17eccddcb6e6a6e4a5c259514355e791933139d (diff) | |
| download | enigma2-0379aa0cb4aab6c748b483de790de3b896611a0c.tar.gz enigma2-0379aa0cb4aab6c748b483de790de3b896611a0c.zip | |
added ActionMap prio - im sure tmbinc will this ;-)
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
