summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-08 21:15:56 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-08 22:26:08 +0100
commit8dff8126ff47b4939b04e514e55b764299bd8e12 (patch)
tree81ece1ec9268f9ae80019f497faa596db8febe34 /plugins/shellexec
parenteb9b2a08d260a241b97e543ea8e313a1e7385637 (diff)
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
Diffstat (limited to 'plugins/shellexec')
-rw-r--r--plugins/shellexec/shellexec.c1
1 files changed, 1 insertions, 0 deletions
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;