aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/FrontendStatus.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-04-24 12:03:28 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-04-24 12:03:28 +0200
commit019ba406ed5ba46782951d501ed2d4c0a96e6096 (patch)
tree58c85bf4801a62c27a30d4366d9e45e81ba5bd98 /lib/python/Components/Sources/FrontendStatus.py
parent8188ccaebf3b9c51ef2916cb7e69ef954291392f (diff)
parent056af5306995176e457ddd471aa2b5c3a5223c4f (diff)
downloadenigma2-019ba406ed5ba46782951d501ed2d4c0a96e6096.tar.gz
enigma2-019ba406ed5ba46782951d501ed2d4c0a96e6096.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Components/Sources/FrontendStatus.py')
-rw-r--r--lib/python/Components/Sources/FrontendStatus.py2
1 files changed, 1 insertions, 1 deletions
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)