From: Andreas Monzner Date: Sun, 22 Jul 2007 23:10:33 +0000 (+0000) Subject: show progress and current time in servicelist event information instead of X-Git-Tag: 2.6.0~2049 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4cedb788563967100c39c2764be5b9daefc15d1a show progress and current time in servicelist event information instead of show duplicate event title --- 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,