From 4cedb788563967100c39c2764be5b9daefc15d1a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 22 Jul 2007 23:10:33 +0000 Subject: [PATCH] show progress and current time in servicelist event information instead of show duplicate event title --- data/skin_default.xml | 7 +++++-- lib/python/Screens/ChannelSelection.py | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/skin_default.xml b/data/skin_default.xml index 5bec0cfb..b8395e45 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -254,8 +254,11 @@ EndTime Format:- %H:%M - - Name + + Progress + + + ExtendedDescription diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 94cf1ae2..3f3c4de4 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -1042,6 +1042,8 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect ChannelSelectionEPG.__init__(self) SelectionEventInfo.__init__(self) + self["CurrentTime"] = Clock() + self["actions"] = ActionMap(["OkCancelActions", "TvRadioActions"], { "cancel": self.cancel, -- 2.30.2