aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-04-23 22:59:01 +0200
committerFelix Domke <tmbinc@elitedvb.net>2009-04-23 22:59:01 +0200
commit6910f3159717ed70073b25f42ef176443a3de76f (patch)
treef9ff2fe0b70e894a6d263edb68b98484116f8c19 /lib/python/Components
parentadad9e85aa49169991a7edffbbc01479e8761a82 (diff)
downloadenigma2-6910f3159717ed70073b25f42ef176443a3de76f.tar.gz
enigma2-6910f3159717ed70073b25f42ef176443a3de76f.zip
immediate update frontend status when un-suspending
Diffstat (limited to 'lib/python/Components')
-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)