aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-10-08 02:13:51 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-10-08 02:13:51 +0000
commitef907e464ea9bde8728083f0ddab0c8de6d60acd (patch)
treec9ee9d58551839722d205f0d3d1212972c7ca667 /lib/python
parent20e411da4dda00404457eac47ca69a95cbbe2fe6 (diff)
downloadenigma2-ef907e464ea9bde8728083f0ddab0c8de6d60acd.tar.gz
enigma2-ef907e464ea9bde8728083f0ddab0c8de6d60acd.zip
add comment
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/NimManager.py1
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))