workaround for missing reference
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 332a72b2b86e38f2b222e11594c8734cf72dd8c7..565655f9f75188669170347b9dac1694af2ad5e7 100644 (file)
@@ -400,10 +400,10 @@ class SimpleChannelSelection(ChannelSelectionBase):
                self.title = title
                self.onShown.append(self.onExecCallback)
 
-               class ChannelActionMap(ActionMap):
+               class ChannelActionMap(NumberActionMap):
                        def action(self, contexts, action):
                                if not self.csel.enterBouquet(action):
-                                       ActionMap.action(self, contexts, action)
+                                       NumberActionMap.action(self, contexts, action)
                self["actions"] = ChannelActionMap(["ChannelSelectActions", "OkCancelActions", "ContextMenuActions"],
                        {
                                "cancel": self.cancel,