diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-24 12:03:28 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-24 12:03:28 +0200 |
| commit | 019ba406ed5ba46782951d501ed2d4c0a96e6096 (patch) | |
| tree | 58c85bf4801a62c27a30d4366d9e45e81ba5bd98 /lib/python/Components/Sources/FrontendStatus.py | |
| parent | 8188ccaebf3b9c51ef2916cb7e69ef954291392f (diff) | |
| parent | 056af5306995176e457ddd471aa2b5c3a5223c4f (diff) | |
| download | enigma2-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.py | 2 |
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) |
