From: Felix Domke Date: Sun, 13 Nov 2005 04:30:34 +0000 (+0000) Subject: use ContextMenuActions X-Git-Tag: 2.6.0~5274 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d1455ab44c24de50db9c4ed7efb2ac2a523b9fdd use ContextMenuActions --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 6abb52d9..b30190e4 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -75,7 +75,7 @@ class ChannelSelection(Screen): else: ActionMap.action(self, contexts, action) - self["actions"] = ChannelActionMap(["ChannelSelectActions", "OkCancelActions"], + self["actions"] = ChannelActionMap(["ChannelSelectActions", "OkCancelActions", "ContextMenuActions"], { "cancel": self.close, "ok": self.channelSelected,