show progress and current time in servicelist event information instead of
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 94cf1ae28446033475c160aa0b87a81bd9cd63b5..3f3c4de4e71a9be3872ba911ebcbd608388ecfb7 100644 (file)
@@ -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,