git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9397989
)
set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in advanced...
author
ghost
<
[email protected]
>
Thu, 25 Nov 2010 22:08:18 +0000
(23:08 +0100)
committer
ghost
<
[email protected]
>
Thu, 25 Nov 2010 22:11:11 +0000
(23:11 +0100)
thx to SadButTrue for bug report!
fixes bug #623
lib/python/Components/NimManager.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/NimManager.py
b/lib/python/Components/NimManager.py
index d8a7c5c2f09e2491227913d7572057a0f60ee797..7f7dd5c4d91b40f81fc5647ccb82cbe9a9e2f967 100644
(file)
--- 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