add support for cyclic garbage collection to eTimer and eSocketNotifier
[enigma2.git] / timer.py
index 6f3a05fbfe97290c92a491089169a0ad07dfa665..056963513bd9a2699d9802d3715cda892ab10406 100644 (file)
--- a/timer.py
+++ b/timer.py
@@ -139,7 +139,7 @@ class Timer:
                self.processed_timers = [ ]
                
                self.timer = eTimer()
-               self.timer.timeout.get().append(self.calcNextActivation)
+               self.timer.callback.append(self.calcNextActivation)
                self.lastActivation = time()
                
                self.calcNextActivation()