disable debug output
[enigma2.git] / lib / python / Screens / Standby.py
index 86b7ca038f481f3de65721902c524023ac4b21ea..6807c1aac75a3ca9562134740e90da68b54795ad 100644 (file)
@@ -75,8 +75,8 @@ 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="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
                        <convert type="ConditionalShowHide">Blink</convert>
                </widget>
        </screen>"""