From 9a0d02d2e74c24dcc7b8bfe6df937e92c8af1d0d Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 9 Apr 2006 21:56:50 +0000 Subject: add destroy() for Components to fix bug #52 --- lib/python/Components/ActionMap.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Components/ActionMap.py') diff --git a/lib/python/Components/ActionMap.py b/lib/python/Components/ActionMap.py index a6f5eb9c..ee3d31db 100644 --- a/lib/python/Components/ActionMap.py +++ b/lib/python/Components/ActionMap.py @@ -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"] -- cgit v1.2.3