diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-07 12:16:33 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-07 12:16:33 +0000 |
| commit | 54ef04efc3501ce91db852139a820c2b219062f3 (patch) | |
| tree | a637caf8a7b9c220b47fc14fc4ae8b3033d73a63 /lib/python | |
| parent | 6697d92b1ff23a236c7ebdf706fb6d6c32a399b1 (diff) | |
| download | enigma2-54ef04efc3501ce91db852139a820c2b219062f3.tar.gz enigma2-54ef04efc3501ce91db852139a820c2b219062f3.zip | |
enter setup if nim is detected as useable only
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 5 |
1 files 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 |
