aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-03-23 14:43:20 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-03-23 14:43:20 +0100
commitb9f48c64a16e501cc2d5bf28a9ab89aceb51c10c (patch)
treebae586bb684895f5f4b3cad9aa41883ea3006382 /lib/python
parent8c4fe03646258fda021159b147a999764bf02638 (diff)
downloadenigma2-b9f48c64a16e501cc2d5bf28a9ab89aceb51c10c.tar.gz
enigma2-b9f48c64a16e501cc2d5bf28a9ab89aceb51c10c.zip
NimManager.py: small revert
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 1 insertions, 1 deletions
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))