aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Standby.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-01 23:50:49 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-01 23:50:49 +0000
commitaaff73eef5afeafb509776637d79b392673aa38e (patch)
treef663320d1bb3de0daab2a1a7f20f3da3710ec854 /lib/python/Screens/Standby.py
parent3f80578e8b0c0ab98e1e84341c2a2325ea71b638 (diff)
downloadenigma2-aaff73eef5afeafb509776637d79b392673aa38e.tar.gz
enigma2-aaff73eef5afeafb509776637d79b392673aa38e.zip
let display clock blinking when a recording is in progress
Diffstat (limited to 'lib/python/Screens/Standby.py')
-rw-r--r--lib/python/Screens/Standby.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py
index 43c95dbd..86b7ca03 100644
--- a/lib/python/Screens/Standby.py
+++ b/lib/python/Screens/Standby.py
@@ -75,6 +75,10 @@ class StandbySummary(Screen):
<widget source="global.CurrentTime" render="Label" position="0,0" size="132,64" font="Regular;40" halign="center">
<convert type="ClockToText" />
</widget>
+ <widget source="session.GlobalInfo" render="FixedLabel" text=" " position="0,0" size="132,64" zPosition="1" >
+ <convert type="Global">RecordRunning</convert>
+ <convert type="ConditionalShowHide">Blink</convert>
+ </widget>
</screen>"""
def __init__(self, session, parent):