NimManager.py: small revert
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 23 Mar 2009 13:43:20 +0000 (14:43 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 23 Mar 2009 13:43:20 +0000 (14:43 +0100)
lib/python/Components/NimManager.py

index 6222afeaa6e65656d31e8f78b6be0c02457fe0be..aa915937f8d4bb3828bd2aeb42a1b485c3002c65 100644 (file)
@@ -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))