fix return of actionmap
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 11 Mar 2006 01:00:05 +0000 (01:00 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 11 Mar 2006 01:00:05 +0000 (01:00 +0000)
lib/python/Screens/EpgSelection.py

index bf841fa4ba8fac86753c332fc2f620975b756a54..7f1b204cca435bd02d6f79526a21a38a961830a7 100644 (file)
@@ -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"],
                        {