aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-17 16:17:05 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-17 16:17:05 +0000
commit5e8e6de17ab3140b57d21e5d2373b8a0707f1ce2 (patch)
tree4892568f5e270299255e252170c8ca3e5f8f3bb9 /lib/python/Components
parent2828914fb949a9f120285e7473512937ea184694 (diff)
downloadenigma2-5e8e6de17ab3140b57d21e5d2373b8a0707f1ce2.tar.gz
enigma2-5e8e6de17ab3140b57d21e5d2373b8a0707f1ce2.zip
manual not useable in simple rotor config... just usals
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 550ce846..3610b843 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -641,7 +641,8 @@ def InitNimManager(nimmgr):
nim.diseqcB = configElement(cname + "diseqcB", configSatlist, 130, nimmgr.satList, False);
nim.diseqcC = configElement(cname + "diseqcC", configSatlist, 0, nimmgr.satList, False);
nim.diseqcD = configElement(cname + "diseqcD", configSatlist, 0, nimmgr.satList, False);
- nim.positionerMode = configElement(cname + "positionerMode", configSelection, 0, (("usals", _("USALS")), ("manual", _("manual"))), False);
+# nim.positionerMode = configElement(cname + "positionerMode", configSelection, 0, (("usals", _("USALS")), ("manual", _("manual"))), False);
+ nim.positionerMode = configElement(cname + "positionerMode", configSelection, 0, (("usals", _("USALS"))), False);
nim.longitude = configElement(cname + "longitude", configSequence, [5,100], configsequencearg.get("FLOAT", [(0,90),(0,999)]), False);
nim.longitudeOrientation = configElement(cname + "longitudeOrientation", configSelection, 0, (("east", _("East")), ("west", _("West"))), False)
nim.latitude = configElement(cname + "latitude", configSequence, [50,767], configsequencearg.get("FLOAT", [(0,90),(0,999)]), False);