summaryrefslogtreecommitdiff
path: root/plugins/shellexecui/shellexecui.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexecui/shellexecui.c')
-rw-r--r--plugins/shellexecui/shellexecui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c
index ffe64b3a..7cfd2155 100644
--- a/plugins/shellexecui/shellexecui.c
+++ b/plugins/shellexecui/shellexecui.c
@@ -299,7 +299,7 @@ on_edit_ok_button_clicked (GtkButton *button, gpointer user_data) {
active = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(lookup_widget(edit_dlg, "common_check")));
flags = (flags & ~DB_ACTION_COMMON) | (active?DB_ACTION_COMMON:0);
- current_action->parent.flags = flags;
+ current_action->parent.flags = flags | DB_ACTION_ADD_MENU;
current_action->shx_flags = shx_flags;
gtk_list_store_set(GTK_LIST_STORE(treemodel), &iter,