add destroy() for Components to fix bug #52
[enigma2.git] / lib / python / Components / ActionMap.py
index a6f5eb9c9773743861bb45995c549f965208ae16..ee3d31db615d0da035f11b821480d8616f3810bb 100644 (file)
@@ -50,6 +50,9 @@ class ActionMap:
                        print "unknown action %s/%s! typo in keymap?" % (context, action)
                        return 0
 
+       def destroy(self):
+               pass
+
 class NumberActionMap(ActionMap):
        def action(self, contexts, action):
                numbers = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]