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



commit 725c34dc5cac56ae584e7ed7cbcfea8357fc10b2
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 bbf19a08c7..a0a8bc2d17 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]