From 6910f3159717ed70073b25f42ef176443a3de76f Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 23 Apr 2009 22:59:01 +0200 Subject: immediate update frontend status when un-suspending --- lib/python/Components/Sources/FrontendStatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components') diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py index 5eb3445f..8f1b36dc 100644 --- a/lib/python/Components/Sources/FrontendStatus.py +++ b/lib/python/Components/Sources/FrontendStatus.py @@ -46,7 +46,7 @@ class FrontendStatus(Source): if suspended: self.poll_timer.stop() else: - self.poll_timer.start(self.update_interval) + self.updateFrontendStatus() def destroy(self): self.poll_timer.callback.remove(self.updateFrontendStatus) -- cgit v1.2.3