From: Stefan Pluecken Date: Wed, 4 Jan 2006 22:30:07 +0000 (+0000) Subject: just kidding :) X-Git-Tag: 2.6.0~4521 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b475af03526455ec608f221bfd4a72fc69992aed just kidding :) --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index fa25fd54..adc68945 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -419,8 +419,6 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit): self["actions"] = ChannelActionMap(["ChannelSelectActions", "OkCancelActions", "ContextMenuActions"], { "cancel": self.cancel, - "down": self.cancel, - "up": self.cancel, "ok": self.channelSelected, "mark": self.doMark, "contextMenu": self.doContext,