From 54ef04efc3501ce91db852139a820c2b219062f3 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Fri, 7 Oct 2005 12:16:33 +0000 Subject: [PATCH] enter setup if nim is detected as useable only --- lib/python/Screens/Satconfig.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 02473aff..09acebdd 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -95,5 +95,6 @@ class NimSelection(Screen): def okbuttonClick(self): selection = self["nimlist"].getCurrent() - self.session.open(NimSetup, selection[1]) - pass + if selection[1].nimType != -1: #unknown/empty + self.session.open(NimSetup, selection[1]) + \ No newline at end of file -- 2.30.2