X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/75e693309d8fdab98121ad83a16738a856e97b1c..d9b059092190e52bbd8c93bc2695049bbe8a9ea8:/lib/python/Screens/Satconfig.py diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 02473aff..fa5f44b3 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -46,7 +46,6 @@ class NimSetup(Screen): else: print "FIXME: implement advanced mode" - #??? self["config"].list = self.list self["config"].l.setList(self.list) @@ -95,5 +94,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