diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-19 15:36:22 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-19 15:36:22 +0000 |
| commit | d10f7fd19c29bb8a3f4aa32679317e00ac4a3cbb (patch) | |
| tree | 571671bb79f7b3118e9904e12805b82973269e44 /lib/python/Components/NimManager.py | |
| parent | 2330bad901cee24bea9b3acc38908520f4a98673 (diff) | |
| download | enigma2-d10f7fd19c29bb8a3f4aa32679317e00ac4a3cbb.tar.gz enigma2-d10f7fd19c29bb8a3f4aa32679317e00ac4a3cbb.zip | |
revert non working code
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -rw-r--r-- | lib/python/Components/NimManager.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 3610b843..550ce846 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -641,8 +641,7 @@ 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"))), False); + nim.positionerMode = configElement(cname + "positionerMode", configSelection, 0, (("usals", _("USALS")), ("manual", _("manual"))), 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); |
