From bce6c27b1cc77a6601d026247fc58a1c9656d226 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 26 Mar 2006 03:48:52 +0000 Subject: [PATCH] comments SVN revision: 21510 --- src/bin/e_int_config_keybindings.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bin/e_int_config_keybindings.c b/src/bin/e_int_config_keybindings.c index b6c26dc..07990bc 100644 --- a/src/bin/e_int_config_keybindings.c +++ b/src/bin/e_int_config_keybindings.c @@ -1,5 +1,11 @@ #include "e.h" +/* FIXME: this dialog needs to keep up with the actions in actions.c - this + * isnt' easily "automatic - should probably add this info to actions.c so + * this can list an existing set of actions and extra ones are added from + * a list automatically retrieved from actions.c + */ + #define ACTION_LIST_ICON_W 24 #define ACTION_LIST_ICON_H 24 -- 2.7.4