From 987f18f3b02c3bc984159b582bac87ed325eec56 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 30 Sep 2008 15:04:09 +0000 Subject: [PATCH] comment out strange code.. (which breaks advanced sat config when a -C or -T tuner is plugged to slot 0) --- lib/python/Components/NimManager.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index c9808198..aae7dabc 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -858,12 +858,12 @@ def InitNimManager(nimmgr): choices["loopthrough"] = _("loopthrough to") nim.configMode = ConfigSelection(choices = choices, default = "nothing") - for y in nimmgr.nim_slots: - if y.slot == 0: - if not y.isCompatible("DVB-S"): - # reset to simple - nim.configMode.value = "simple" - nim.configMode.save() +# for y in nimmgr.nim_slots: +# if y.slot == 0: +# if not y.isCompatible("DVB-S"): +# # reset to simple +# nim.configMode.value = "simple" +# nim.configMode.save() nim.diseqcMode = ConfigSelection( choices = [ -- 2.30.2