X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/899dc0f3d28c8321954f041ebd0c5611aec25857..82afad7661dffa00f29c80cbe4e9865ace1e0730:/lib/python/Screens/Satconfig.py diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 8bd33a8a..9045acc7 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -55,10 +55,7 @@ class NimSetup(Screen): self.createSimpleSetup(self.nim, self.list, config.Nims[self.nim.slotid].diseqcMode.value) if (config.Nims[self.nim.slotid].diseqcMode.value == 4): self.createPositionerSetup(self.nim, self.list) - elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) == "nothing": # nothing - #self.list.append(getConfigListEntry(_("Linked to"), config.Nims[self.nim.slotid].linkedTo)) - pass - elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) == "loopthrough": # linked + elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) in ["loopthrough", "satposdepends", "nothing", "equal"]: pass elif currentConfigSelectionElement(config.Nims[self.nim.slotid].configMode) == "advanced": # advanced # SATs