From ef907e464ea9bde8728083f0ddab0c8de6d60acd Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Sat, 8 Oct 2005 02:13:51 +0000 Subject: add comment --- lib/python/Components/NimManager.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python') 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)) -- cgit v1.2.3