unlink some cyclic dependencys to get garbage collection working
[enigma2.git] / lib / python / Components / Sources / FrontendStatus.py
index 141bd8a47763fda4d1ce05b9d85d8a3233f42af5..8e29030ac5455d3ca6d13dda9287f83b8ec074fa 100644 (file)
@@ -48,5 +48,5 @@ class FrontendStatus(Source):
                        self.poll_timer.start(self.update_interval)
 
        def destroy(self):
-               self.poll_timer.timeout.get().remove(self.updateFrontendStatus)
+               self.poll_timer.callback.remove(self.updateFrontendStatus)