From b9f48c64a16e501cc2d5bf28a9ab89aceb51c10c Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 23 Mar 2009 14:43:20 +0100 Subject: [PATCH 1/1] NimManager.py: small revert --- lib/python/Components/NimManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 6222afea..aa915937 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -856,7 +856,7 @@ def InitSecParams(): config.sec.delay_after_last_diseqc_command = x x = ConfigInteger(default=50, limits = (0, 9999)) - x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value), initial_call = False) + x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value)) config.sec.delay_after_toneburst = x x = ConfigInteger(default=20, limits = (0, 9999)) -- 2.30.2