add config option 'Show blinking clock in display during recording' to Usage
[enigma2.git] / lib / python / Screens / Standby.py
index 86b7ca038f481f3de65721902c524023ac4b21ea..ab3e413a2a0bc32645efce788553220411892606 100644 (file)
@@ -75,8 +75,7 @@ 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>
+               <widget source="session.RecordState" render="FixedLabel" text=" " position="0,0" size="132,64" zPosition="1" >
                        <convert type="ConditionalShowHide">Blink</convert>
                </widget>
        </screen>"""