From a8196e6e70f860172795c5f09f66e51f3a7080bf Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 27 Oct 2013 11:30:00 +0100 Subject: shxui: fixed adding actions without player restart --- 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 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, -- cgit v1.2.3