fix getSatListForNim(x) for advanced rotor configuration
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 9 Oct 2006 22:50:01 +0000 (22:50 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 9 Oct 2006 22:50:01 +0000 (22:50 +0000)
'/home/ghost/hdb/7025_rootfs/enigma2-1.0-r0/enigma2/lib/python/Components'

lib/python/Components/NimManager.py

index f9b9ff6..e968cfe 100644 (file)
@@ -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