diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-04-23 22:59:01 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-04-23 22:59:01 +0200 |
| commit | 6910f3159717ed70073b25f42ef176443a3de76f (patch) | |
| tree | f9ff2fe0b70e894a6d263edb68b98484116f8c19 /lib/python | |
| parent | adad9e85aa49169991a7edffbbc01479e8761a82 (diff) | |
| download | enigma2-6910f3159717ed70073b25f42ef176443a3de76f.tar.gz enigma2-6910f3159717ed70073b25f42ef176443a3de76f.zip | |
immediate update frontend status when un-suspending
Diffstat (limited to 'lib/python')
| -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) |
