summaryrefslogtreecommitdiff
path: root/plugins/shellexecui/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexecui/interface.c')
-rw-r--r--plugins/shellexecui/interface.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/shellexecui/interface.c b/plugins/shellexecui/interface.c
index ee41ed1d..f6286eac 100644
--- a/plugins/shellexecui/interface.c
+++ b/plugins/shellexecui/interface.c
@@ -134,7 +134,6 @@ create_shellexec_conf_edit_dialog (void)
GtkWidget *multiple_check;
GtkWidget *local_check;
GtkWidget *remote_check;
- GtkWidget *playlist_check;
GtkWidget *common_check;
GtkWidget *dialog_action_area1;
GtkWidget *edit_cancel_button;
@@ -221,11 +220,6 @@ create_shellexec_conf_edit_dialog (void)
gtk_box_pack_start (GTK_BOX (dialog_vbox1), remote_check, FALSE, FALSE, 0);
gtk_widget_set_tooltip_text (remote_check, _("Works on remote files (e.g. http:// streams)"));
- playlist_check = gtk_check_button_new_with_mnemonic (_("Playlist"));
- gtk_widget_show (playlist_check);
- gtk_box_pack_start (GTK_BOX (dialog_vbox1), playlist_check, FALSE, FALSE, 0);
- gtk_widget_set_tooltip_text (playlist_check, _("Item should appear on the playlist tab context menu"));
-
common_check = gtk_check_button_new_with_mnemonic (_("Common"));
gtk_widget_show (common_check);
gtk_box_pack_start (GTK_BOX (dialog_vbox1), common_check, FALSE, FALSE, 0);
@@ -266,7 +260,6 @@ create_shellexec_conf_edit_dialog (void)
GLADE_HOOKUP_OBJECT (shellexec_conf_edit_dialog, multiple_check, "multiple_check");
GLADE_HOOKUP_OBJECT (shellexec_conf_edit_dialog, local_check, "local_check");
GLADE_HOOKUP_OBJECT (shellexec_conf_edit_dialog, remote_check, "remote_check");
- GLADE_HOOKUP_OBJECT (shellexec_conf_edit_dialog, playlist_check, "playlist_check");
GLADE_HOOKUP_OBJECT (shellexec_conf_edit_dialog, common_check, "common_check");
GLADE_HOOKUP_OBJECT_NO_REF (shellexec_conf_edit_dialog, dialog_action_area1, "dialog_action_area1");
GLADE_HOOKUP_OBJECT (shellexec_conf_edit_dialog, edit_cancel_button, "edit_cancel_button");