[gtk/wip/baedert/icontheme2: 80/134] linkbutton: Use proper action name for right-click menu



commit dda4b39a28dffddf8fa96b232490c35b97ac3851
Author: Timm Bäder <mail baedert org>
Date:   Sun Aug 25 14:22:46 2019 +0200

    linkbutton: Use proper action name for right-click menu

 gtk/gtklinkbutton.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c
index d6502e97f5..e69b98d92e 100644
--- a/gtk/gtklinkbutton.c
+++ b/gtk/gtklinkbutton.c
@@ -244,7 +244,7 @@ gtk_link_button_get_menu_model (void)
   menu = g_menu_new ();
 
   section = g_menu_new ();
-  g_menu_append (section, _("_Copy URL"), "context.copy-clipboard");
+  g_menu_append (section, _("_Copy URL"), "clipboard.copy");
   g_menu_append_section (menu, NULL, G_MENU_MODEL (section));
   g_object_unref (section);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]