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/shellexecui/shellexecui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shellexecui') diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c index 898be448..15440523 100644 --- a/plugins/shellexecui/shellexecui.c +++ b/plugins/shellexecui/shellexecui.c @@ -364,7 +364,7 @@ shellexecui_action_callback(DB_plugin_action_t *action, int ctx) { static DB_plugin_action_t shellexecui_action = { .title = "Edit/Configure custom shell commands", .name = "shellexec_conf", - .flags = DB_ACTION_COMMON, + .flags = DB_ACTION_COMMON | DB_ACTION_ADD_MENU, .callback = shellexecui_action_callback, .next = NULL, }; -- cgit v1.2.3