aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-13 17:03:18 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-13 17:03:18 +0000
commit24dab815808d6be2758f3e63f93b7c171190059e (patch)
treeb12cb49c163b7cce59accf6e5c4ec8cdfa9f7c7d /lib/python/Screens
parent05626c8692bb0775f993ee23494926b21c266eac (diff)
downloadenigma2-24dab815808d6be2758f3e63f93b7c171190059e.tar.gz
enigma2-24dab815808d6be2758f3e63f93b7c171190059e.zip
display remaining time for next event
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 1a8f88bb..f05c4eae 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -456,7 +456,7 @@ class InfoBarEvent:
self["Event_Now"] = EventInfo(self.session.nav, EventInfo.Now)
self["Event_Next"] = EventInfo(self.session.nav, EventInfo.Next)
- self["Event_Now_Duration"] = EventInfo(self.session.nav, EventInfo.Now_Duration)
+ self["Event_Now_Duration"] = EventInfo(self.session.nav, EventInfo.Now_Remaining)
self["Event_Next_Duration"] = EventInfo(self.session.nav, EventInfo.Next_Duration)
self["Now_ProgressBar"] = EventInfoProgress(self.session.nav, EventInfo.Now)