From dad7605fd87ac8f7fcda015e4f3978dfe536d020 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 7 Oct 2006 18:54:53 +0000 Subject: fix satconfig --- lib/python/Screens/Satconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens') 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] -- cgit v1.2.3