fix satconfig problem (sometimes simple config was not saved)
[enigma2.git] / lib / python / Screens / Satconfig.py
index 21c40905e0c64547f0f021c80d3e4705514bf861..ccb776ea4571f2fa13b9f1df1ff36cd34cbd42f2 100644 (file)
@@ -62,8 +62,8 @@ class NimSetup(Screen, ConfigListScreen):
                                choices["satposdepends"] = _("second cable of motorized LNB")
                        if len(nimmanager.canConnectTo(self.slotid)) > 0:
                                choices["loopthrough"] = _("loopthrough to")
-                       self.nimConfig.configMode.setChoices(choices)
-                                                       
+                       self.nimConfig.configMode.setChoices(choices, default = "nothing")
+
        def createSetup(self):
                print "Creating setup"
                self.list = [ ]