From e41bc43a71848704ead6e9595924fe3542435f5d Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 18 Jan 2006 02:07:58 +0000 Subject: use progressbar in InfoBar to display the progress of the "now" event --- lib/python/Screens/InfoBarGenerics.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Screens') 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) -- cgit v1.2.3