From ffc91064319f535eb530f7dbd0d5a5e880716f87 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 26 Mar 2018 00:25:51 +0200 Subject: eel-editable-label.c: avoid 'append_action_signal' with stock ids --- eel/eel-editable-label.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eel/eel-editable-label.c b/eel/eel-editable-label.c index 4eae8bc3..5ecbab84 100644 --- a/eel/eel-editable-label.c +++ b/eel/eel-editable-label.c @@ -3132,11 +3132,11 @@ popup_targets_received (GtkClipboard *clipboard, clipboard_contains_text = gtk_selection_data_targets_include_text (data); - append_action_signal (label, label->popup_menu, "gtk-cut", _("Cu_t"), "cut_clipboard", + append_action_signal (label, label->popup_menu, "edit-cut", _("Cu_t"), "cut_clipboard", have_selection); - append_action_signal (label, label->popup_menu, "gtk-copy", _("_Copy"), "copy_clipboard", + append_action_signal (label, label->popup_menu, "edit-copy", _("_Copy"), "copy_clipboard", have_selection); - append_action_signal (label, label->popup_menu, "gtk-paste", _("_Paste"), "paste_clipboard", + append_action_signal (label, label->popup_menu, "edit-paste", _("_Paste"), "paste_clipboard", clipboard_contains_text); menuitem = mate_image_menu_item_new_from_icon ("edit-select-all", _("Select All")); -- cgit v1.2.1