service: add sort of servicelist including all required layers
[enigma2.git] / lib / python / Components / ActionMap.py
index 2588421c7954af05326587ddd1183324438490b2..0ff5098be0881733c403cf7db00d8d0209aabb70 100644 (file)
@@ -20,6 +20,7 @@ class ActionMap:
                print " ".join(("action -> ", context, action))
                if self.actions.has_key(action):
                        self.actions[action]()
+                       return 1
                else:
                        print "unknown action %s/%s! typo in keymap?" % (context, action)
-
+                       return 0