diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-31 01:30:09 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-31 01:30:09 +0000 |
| commit | e6b336e02b5d0a47528843534a33c1ef43885d0e (patch) | |
| tree | eb709e4b0d726b50b051d0414dcbaecf6531ef6a /lib/python/Components | |
| parent | e406285f0bd6b45c5ad4397b7a085f4c4eb6a4c1 (diff) | |
| download | enigma2-e6b336e02b5d0a47528843534a33c1ef43885d0e.tar.gz enigma2-e6b336e02b5d0a47528843534a33c1ef43885d0e.zip | |
fix
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/NimManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 4cd0ecb8..fad419fa 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -290,7 +290,7 @@ class SecConfigure: sec.setToneMode(switchParam.OFF) if currentConfigSelectionElement(currSat.usals) == "no": - sec.setRotorPosNum(currSat.rotorposition.value) + sec.setRotorPosNum(currSat.rotorposition.value[0]) else: sec.setRotorPosNum(0) #USALS |
