aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-22 23:10:33 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-22 23:10:33 +0000
commit4cedb788563967100c39c2764be5b9daefc15d1a (patch)
tree13b5ce332736bc0d33b9c4b6c970d367774cbfb4 /lib/python
parent2ab514e090cb4f0dc14faa061820d9d154b37647 (diff)
downloadenigma2-4cedb788563967100c39c2764be5b9daefc15d1a.tar.gz
enigma2-4cedb788563967100c39c2764be5b9daefc15d1a.zip
show progress and current time in servicelist event information instead of
show duplicate event title
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 2 insertions, 0 deletions
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,