diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-09 22:50:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-09 22:50:01 +0000 |
| commit | cfaef891bd45c488e1c896a2e106da3df38b9465 (patch) | |
| tree | e74edaabb178dfb26d941050170ac67bae2cddb7 /lib/python/Components | |
| parent | 68954b49798e996808161796f1b42a1ae1ac487b (diff) | |
| download | enigma2-cfaef891bd45c488e1c896a2e106da3df38b9465.tar.gz enigma2-cfaef891bd45c488e1c896a2e106da3df38b9465.zip | |
fix getSatListForNim(x) for advanced rotor configuration
'/home/ghost/hdb/7025_rootfs/enigma2-1.0-r0/enigma2/lib/python/Components'
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/NimManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index f9b9ff6d..e968cfe1 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -608,7 +608,7 @@ class NimManager: lnbnum = int(nim.advanced.sat[x[0]].lnb.value) if lnbnum != 0: lnb = nim.advanced.lnb[lnbnum] - if lnb.diseqcMode.value == "diseqc_a_b_c_d": + if lnb.diseqcMode.value == "1_2": list.append(x) return list |
