aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-18 02:07:58 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-18 02:07:58 +0000
commite41bc43a71848704ead6e9595924fe3542435f5d (patch)
tree2a15aefbaa0655cb91cbb782a64807fd910d8f8c /lib/python/Screens
parent868ce0acf9b570870c4d24bc0b7e21f018f185a7 (diff)
downloadenigma2-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.py2
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)