diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-18 02:07:58 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-18 02:07:58 +0000 |
| commit | e41bc43a71848704ead6e9595924fe3542435f5d (patch) | |
| tree | 2a15aefbaa0655cb91cbb782a64807fd910d8f8c /lib/python/Screens | |
| parent | 868ce0acf9b570870c4d24bc0b7e21f018f185a7 (diff) | |
| download | enigma2-e41bc43a71848704ead6e9595924fe3542435f5d.tar.gz enigma2-e41bc43a71848704ead6e9595924fe3542435f5d.zip | |
use progressbar in InfoBar to display the progress of the "now" event
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 4640de05..3e7146c5 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -454,6 +454,8 @@ class InfoBarEvent: self["Event_Now_Duration"] = EventInfo(self.session.nav, EventInfo.Now_Duration) self["Event_Next_Duration"] = EventInfo(self.session.nav, EventInfo.Next_Duration) + self["Now_ProgressBar"] = EventInfoProgress(self.session.nav, EventInfo.Now) + class InfoBarServiceName: def __init__(self): self["ServiceName"] = ServiceName(self.session.nav) |
