aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-15 12:17:15 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-15 12:17:15 +0000
commitc0f167f5d9bc5a420059a36f0bdaae8ec50e75cc (patch)
treefd55da8f936a763622f2288937a38e443c5c8716 /lib/python/Screens/InfoBarGenerics.py
parent89171895f878c5275f8d8e8a8f1e27de48cbf24c (diff)
downloadenigma2-c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc.tar.gz
enigma2-c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc.zip
add config option 'Show blinking clock in display during recording'
default is no
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 806a7a0c..fce6f857 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -1931,6 +1931,7 @@ class InfoBarSummary(Screen):
<convert type="ClockToText">WithSeconds</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text=" " position="62,46" size="82,18" zPosition="1" >
+ <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="6,4" size="120,42" font="Regular;18" >
@@ -1963,6 +1964,7 @@ class InfoBarMoviePlayerSummary(Screen):
<convert type="ClockToText">WithSeconds</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text=" " position="62,46" size="64,18" zPosition="1" >
+ <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="6,4" size="120,42" font="Regular;18" >