From 8dff8126ff47b4939b04e514e55b764299bd8e12 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 8 Nov 2012 21:15:56 +0100 Subject: added several new action stubs; added flag to explicitly tell which actions should appear in the menus; fixed few issues in the hotkeys config dialog --- plugins/shellexec/shellexec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/shellexec') diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c index ce13db7d..2ba6d449 100644 --- a/plugins/shellexec/shellexec.c +++ b/plugins/shellexec/shellexec.c @@ -305,6 +305,7 @@ shx_get_actions (DB_plugin_action_callback_t callback) action->shcommand = strdup (command); action->parent.callback = callback; action->parent.next = NULL; + action->parent.flags |= DB_ACTION_ADD_MENU; action->shx_flags = 0; -- cgit v1.2.3