diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-08 02:13:51 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-10-08 02:13:51 +0000 |
| commit | ef907e464ea9bde8728083f0ddab0c8de6d60acd (patch) | |
| tree | c9ee9d58551839722d205f0d3d1212972c7ca667 /lib/python/Components | |
| parent | 20e411da4dda00404457eac47ca69a95cbbe2fe6 (diff) | |
| download | enigma2-ef907e464ea9bde8728083f0ddab0c8de6d60acd.tar.gz enigma2-ef907e464ea9bde8728083f0ddab0c8de6d60acd.zip | |
add comment
Diffstat (limited to 'lib/python/Components')
| -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 d2148326..d806bc37 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -138,6 +138,7 @@ def InitNimManager(nimmgr): config.Nims[x].diseqcC = configElement(cname + "diseqcC",configSatlist, 0, nimmgr.satList); config.Nims[x].diseqcD = configElement(cname + "diseqcD",configSatlist, 0, nimmgr.satList); + #perhaps the instance of the slot is more useful? config.Nims[x].configMode.addNotifier(boundFunction(nimConfigModeChanged,x)) config.Nims[x].diseqcMode.addNotifier(boundFunction(nimDiseqcModeChanged,x)) config.Nims[x].diseqcA.addNotifier(boundFunction(nimPortAChanged,x)) |
