From 8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 14 Feb 2008 20:40:05 +0000 Subject: unlink some cyclic dependencys to get garbage collection working --- lib/python/Components/Sources/FrontendStatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/Sources/FrontendStatus.py') diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py index 141bd8a4..8e29030a 100644 --- a/lib/python/Components/Sources/FrontendStatus.py +++ b/lib/python/Components/Sources/FrontendStatus.py @@ -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) -- cgit v1.2.3