diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-25 23:08:18 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-25 23:11:11 +0100 |
| commit | db8afbccb5ce3df9bd0dd47375fec61f4ca602d7 (patch) | |
| tree | 2f04cf96bc3d6367ef6db05b95760c64b9fdbe21 /lib | |
| parent | 93979892e9d66d3f31b84ac0e3399e95a77f76c2 (diff) | |
| download | enigma2-db8afbccb5ce3df9bd0dd47375fec61f4ca602d7.tar.gz enigma2-db8afbccb5ce3df9bd0dd47375fec61f4ca602d7.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')
| -rw-r--r-- | lib/python/Components/NimManager.py | 1 |
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 |
