aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-25 23:08:18 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-25 23:13:15 +0100
commit98970de616f2251eff4e64173adaa8fabe11c919 (patch)
tree0d9fe9afabec0756cf6e34d49b9a1e5a082bc7fa /lib/python/Components
parent7d40d10f6e5182c81d272fe6de9452dc81a94c75 (diff)
downloadenigma2-98970de616f2251eff4e64173adaa8fabe11c919.tar.gz
enigma2-98970de616f2251eff4e64173adaa8fabe11c919.zip
set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in advanced tuner config when diseqc is set to 1.0)
thx to SadButTrue for bug report! fixes bug #623
Diffstat (limited to 'lib/python/Components')
-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 73031861..94f73a6a 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