aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-30 00:06:38 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-30 00:06:38 +0000
commit2821b9ed4e733b3e5d6438d501d0997e0711eb59 (patch)
tree72e170db4472e0e2988b28c772a923729b762040 /lib/python/Components/NimManager.py
parent68a0e8a6af4fce4f9873ce7c5c9ac93baffd7af2 (diff)
downloadenigma2-2821b9ed4e733b3e5d6438d501d0997e0711eb59.tar.gz
enigma2-2821b9ed4e733b3e5d6438d501d0997e0711eb59.zip
we don't have positioner support so we don't need a config menu for it
Diffstat (limited to 'lib/python/Components/NimManager.py')
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 0bd40389..aa9b7c45 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -401,7 +401,7 @@ def InitNimManager(nimmgr):
nim.configMode.value = 0 #reset to simple
nim.configMode.save()
- nim.diseqcMode = configElement(cname + "diseqcMode", configSelection, 2, (_("Single"), _("Toneburst A/B"), _("DiSEqC A/B"), _("DiSEqC A/B/C/D"), _("Positioner")));
+ nim.diseqcMode = configElement(cname + "diseqcMode", configSelection, 2, (_("Single"), _("Toneburst A/B"), _("DiSEqC A/B"), _("DiSEqC A/B/C/D")))#, _("Positioner")));
nim.diseqcA = configElement(cname + "diseqcA", configSatlist, 192, nimmgr.satList);
nim.diseqcB = configElement(cname + "diseqcB", configSatlist, 130, nimmgr.satList);
nim.diseqcC = configElement(cname + "diseqcC", configSatlist, 0, nimmgr.satList);