aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-25 23:13:02 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-25 23:13:02 +0100
commite1072f2a25d38e636110e8df73042e0c801f3cd5 (patch)
treecec205312972b9f2309c1a4d0d140d4db385248e /lib/python
parent078ca324e9e5e3446b9b61fb48b917f937aad762 (diff)
parentdb8afbccb5ce3df9bd0dd47375fec61f4ca602d7 (diff)
downloadenigma2-e1072f2a25d38e636110e8df73042e0c801f3cd5.tar.gz
enigma2-e1072f2a25d38e636110e8df73042e0c801f3cd5.zip
Merge branch 'bug_623_fix_advanced_diseqc_1.0' into experimental
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/NimManager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index d8a7c5c2..7f7dd5c4 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -390,6 +390,7 @@ class SecConfigure:
if currLnb.diseqcMode.value == "1_0":
currCO = currLnb.commandOrder1_0.value
+ sec.setRepeats(0)
else:
currCO = currLnb.commandOrder.value