add support for cyclic garbage collection to eTimer and eSocketNotifier
[enigma2.git] / lib / python / Components / Clock.py
index ddd6ffb1dcab30dc4ec58506cc27f08b9779fb83..338101ef5994b333177360e312ee979f30b7dcfb 100644 (file)
@@ -14,7 +14,7 @@ class Clock(VariableText, HTMLComponent, GUIComponent):
                self.doClock()
                
                self.clockTimer = eTimer()
-               self.clockTimer.timeout.get().append(self.doClock)
+               self.clockTimer.callback.append(self.doClock)
 
        def onShow(self):
                self.doClock()