aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-07 18:54:53 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-07 18:54:53 +0000
commitdad7605fd87ac8f7fcda015e4f3978dfe536d020 (patch)
tree12761ca9a40f0b7fa88d822dfa21caf6708c15aa /lib/python/Screens
parent11191e49b6c976338265d026ae33477a1d97fb9b (diff)
downloadenigma2-dad7605fd87ac8f7fcda015e4f3978dfe536d020.tar.gz
enigma2-dad7605fd87ac8f7fcda015e4f3978dfe536d020.zip
fix satconfig
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index 3930aaa3..b6e49112 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -169,7 +169,7 @@ class NimSetup(Screen, ConfigListScreen):
{
"ok": self.keySave,
"cancel": self.keyCancel,
- }, -1)
+ }, -2)
self.nim = nimmanager.nimList()[slotid][1]
self.nimConfig = config.Nims[self.nim.slotid]