aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-03-27 22:39:52 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-03-27 22:39:52 +0100
commit6c5ee3ca67ca964093cc11b6479f38a75e7587ea (patch)
tree73cb2b24d07eb470dadb1e70296c51a985d2a971 /lib/python/Components
parent83f82775bfed0fdac0f7777afa0a1f5b8af1183a (diff)
downloadenigma2-6c5ee3ca67ca964093cc11b6479f38a75e7587ea.tar.gz
enigma2-6c5ee3ca67ca964093cc11b6479f38a75e7587ea.zip
NimManager.py: take care of satpos depends only for lnbs confed to DiSEqC 1.2
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index aa915937..c5b2f8db 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -321,9 +321,9 @@ class SecConfigure:
elif dm == "1_2":
sec.setDiSEqCMode(diseqcParam.V1_2)
- if self.satposdepends.has_key(slotid):
- for slot in self.satposdepends[slotid]:
- tunermask |= (1 << slot)
+ if self.satposdepends.has_key(slotid):
+ for slot in self.satposdepends[slotid]:
+ tunermask |= (1 << slot)
if dm != "none":
if currLnb.toneburst.value == "none":