From 4cedb788563967100c39c2764be5b9daefc15d1a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 22 Jul 2007 23:10:33 +0000 Subject: show progress and current time in servicelist event information instead of show duplicate event title --- lib/python/Screens/ChannelSelection.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Screens/ChannelSelection.py') 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, -- cgit v1.2.3