diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-30 15:04:09 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-30 15:04:09 +0000 |
| commit | 987f18f3b02c3bc984159b582bac87ed325eec56 (patch) | |
| tree | b6fb69dacf7b0ca2fd607d2ac44752dc5d7ae573 /lib/python | |
| parent | 89236c8de2e26b3724e39eba22b211608d79d272 (diff) | |
| download | enigma2-987f18f3b02c3bc984159b582bac87ed325eec56.tar.gz enigma2-987f18f3b02c3bc984159b582bac87ed325eec56.zip | |
comment out strange code.. (which breaks advanced sat config when a -C or -T
tuner is plugged to slot 0)
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/NimManager.py | 12 |
1 files 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 = [ |
