aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-15 13:13:19 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-15 13:13:19 +0000
commit1b43fdc34bdbfa9b2817eef8284131a0d4ba7fc3 (patch)
tree4f20b9b3f8e9c6aa51d4ff1e562119e099666c85 /lib/python
parente74aab16f039c3f3604f41d88ebb8694e9972cdf (diff)
downloadenigma2-1b43fdc34bdbfa9b2817eef8284131a0d4ba7fc3.tar.gz
enigma2-1b43fdc34bdbfa9b2817eef8284131a0d4ba7fc3.zip
config.usage.blinking_display_clock_during_recording now changes behavior
for standby clock too
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Standby.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py
index ab3e413a..6807c1aa 100644
--- a/lib/python/Screens/Standby.py
+++ b/lib/python/Screens/Standby.py
@@ -76,6 +76,7 @@ class StandbySummary(Screen):
<convert type="ClockToText" />
</widget>
<widget source="session.RecordState" render="FixedLabel" text=" " position="0,0" size="132,64" zPosition="1" >
+ <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
</screen>"""