fix satconfig problem (sometimes simple config was not saved)
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 9 Oct 2008 12:16:07 +0000 (12:16 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 9 Oct 2008 12:16:07 +0000 (12:16 +0000)
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 = [ ]