aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 23:39:22 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 23:39:22 +0000
commit5c27251fa08566a00d124aaf2c02249995dac9cf (patch)
tree1ba27991ef0e0e02af1884b13fa874f5d583c4d7 /lib/python/Screens
parent47c79edd46ef8d5cf7da20dd4e376d70c55b6243 (diff)
downloadenigma2-5c27251fa08566a00d124aaf2c02249995dac9cf.tar.gz
enigma2-5c27251fa08566a00d124aaf2c02249995dac9cf.zip
add starttimes to infobar
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/InfoBar.py3
1 files changed, 3 insertions, 0 deletions
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)