]> spindle.queued.net Git - midori/commitdiff
Remove duplicated GtkActionEntry
authorPaweł Forysiuk <tuxator@o2.pl>
Thu, 27 Jan 2011 06:09:28 +0000 (07:09 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 29 Jan 2011 07:58:38 +0000 (08:58 +0100)
midori/midori-browser.c

index 5e70e1f454c4d0b14f8f87eaf921f9f8437a8140..16bb9ee6fffb81ef773608ff3a5a6b3cf18ea9e1 100644 (file)
@@ -4857,9 +4857,6 @@ static const GtkActionEntry entries[] =
     { "Copy", GTK_STOCK_COPY,
         NULL, "<Ctrl>c",
         N_("Copy the selected text"), G_CALLBACK (_action_copy_activate) },
-    { "Copy_", GTK_STOCK_COPY,
-        NULL, "<Ctrl>c",
-        N_("Copy the selected text"), G_CALLBACK (_action_copy_activate) },
     { "Paste", GTK_STOCK_PASTE,
         NULL, "<Ctrl>v",
         N_("Paste text from the clipboard"), G_CALLBACK (_action_paste_activate) },