X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/dfbd5853de864053e8ac10d1269e8137f3cb5a34..94f8049fca5c1522aef72334ab4f4697600618c0:/lib/python/Screens/EpgSelection.py diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index bf841fa4..7f1b204c 100644 --- a/lib/python/Screens/EpgSelection.py +++ b/lib/python/Screens/EpgSelection.py @@ -50,7 +50,7 @@ class EPGSelection(Screen): class ChannelActionMap(ActionMap): def action(self, contexts, action): - ActionMap.action(self, contexts, action) + return ActionMap.action(self, contexts, action) self["actions"] = ChannelActionMap(["EPGSelectActions", "OkCancelActions"], {