diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-15 16:16:20 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-15 16:16:20 +0100 |
| commit | ea7540aaea403dd8b27ebee6e938b98088ec8627 (patch) | |
| tree | d46a42061015c8132a926cf0f43c11e4e8279c67 /lib/python/Components/NimManager.py | |
| parent | fab463a3faba44ec9d37df4eeb89a7bea6de1caa (diff) | |
| download | enigma2-ea7540aaea403dd8b27ebee6e938b98088ec8627.tar.gz enigma2-ea7540aaea403dd8b27ebee6e938b98088ec8627.zip | |
fix typo
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) |
