diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-15 22:18:33 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-15 22:18:33 +0100 |
| commit | c2217d20163573e3a062463bfe0522e4f70b1fa4 (patch) | |
| tree | 3c0087bc9394e463089aebdba1dff5255b02d685 /lib/python/Components/NimManager.py | |
| parent | b771b6a170124c2721cab8edc053dab5ecc6ef3f (diff) | |
| parent | 710f40bb42dbf86b53a2e1b4839af6f2d5be381d (diff) | |
| download | enigma2-c2217d20163573e3a062463bfe0522e4f70b1fa4.tar.gz enigma2-c2217d20163573e3a062463bfe0522e4f70b1fa4.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components/NimManager.py')
| -rw-r--r-- | lib/python/Components/NimManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 4be10d53..6dc49dcf 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -287,8 +287,8 @@ class SecConfigure: sec.setLNBSatCR(manufacturer.scr[product_name].index) sec.setLNBSatCRvco(manufacturer.vco[product_name][manufacturer.scr[product_name].index].value*1000) elif currLnb.unicable.value == "unicable_lnb": - manufacturer_name = currLnb.unicableMatrixManufacturer.value - manufacturer = currLnb.unicableMatrix[manufacturer_name] + manufacturer_name = currLnb.unicableLnbManufacturer.value + manufacturer = currLnb.unicableLnb[manufacturer_name] product_name = manufacturer.product.value sec.setLNBSatCR(manufacturer.scr[product_name].index) sec.setLNBSatCRvco(manufacturer.vco[product_name][manufacturer.scr[product_name].index].value*1000) |
