From: Andreas Monzner Date: Thu, 9 Oct 2008 12:16:07 +0000 (+0000) Subject: fix satconfig problem (sometimes simple config was not saved) X-Git-Tag: 2.6.0~786 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/8735bf9681ee930d09b9f7a0a19024ca29ad4e4e?ds=sidebyside fix satconfig problem (sometimes simple config was not saved) --- diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 21c40905..ccb776ea 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -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 = [ ]