diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 01:54:54 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 01:54:54 +0000 |
| commit | 7579ae7495f580bfa86f4216ef15811f54588c5a (patch) | |
| tree | 0ab0b92635feebe025630b867645a21a4d629d05 /lib/python/Screens/Standby.py | |
| parent | 3e452d49848cb3c65f7dd8e42c42a30047989df7 (diff) | |
| download | enigma2-7579ae7495f580bfa86f4216ef15811f54588c5a.tar.gz enigma2-7579ae7495f580bfa86f4216ef15811f54588c5a.zip | |
split Misc Converter/Source into RecordState and TunerInfo Source /
Converter
add deprecation Warnings for some old InfoBar Components (Nim_A, NimB,
NimA_Active, NimB_Active, BlinkingPoint)
Diffstat (limited to 'lib/python/Screens/Standby.py')
| -rw-r--r-- | lib/python/Screens/Standby.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index 86b7ca03..ab3e413a 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -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>""" |
