From 5c27251fa08566a00d124aaf2c02249995dac9cf Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 12 Nov 2005 23:39:22 +0000 Subject: add starttimes to infobar --- lib/python/Screens/InfoBar.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Screens') diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 46ba24b1..62639c04 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -131,6 +131,9 @@ class InfoBar(Screen): self["ServiceName"] = ServiceName(self.session.nav) + self["Event_Now_StartTime"] = EventInfo(self.session.nav, EventInfo.Now_StartTime) + self["Event_Next_StartTime"] = EventInfo(self.session.nav, EventInfo.Next_StartTime) + self["Event_Now"] = EventInfo(self.session.nav, EventInfo.Now) self["Event_Next"] = EventInfo(self.session.nav, EventInfo.Next) -- cgit v1.2.3