add support for cyclic garbage collection to eTimer and eSocketNotifier
[enigma2.git] / lib / python / Components / PerServiceDisplay.py
index 6e02cce99ad0c1bf4ad7cc0c4ab39d70437ecd6f..2d0a71e7270b9529c0a212c742d7308394698822 100644 (file)
@@ -11,7 +11,7 @@ class PerServiceBase(object):
                self.navcore = navcore
                self.navcore.event.append(self.event_callback)
                self.poll_timer = eTimer()
-               self.poll_timer.timeout.get().append(self.poll)
+               self.poll_timer.callback.append(self.poll)
                self.with_event = with_event
                
                # start with stopped state, so simulate that