immediate update frontend status when un-suspending
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 23 Apr 2009 20:59:01 +0000 (22:59 +0200)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 23 Apr 2009 20:59:01 +0000 (22:59 +0200)
lib/python/Components/Sources/FrontendStatus.py

index 5eb3445..8f1b36d 100644 (file)
@@ -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)