From 567d5a7d140456c8db9bf84d1e768f1f39a732ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Thu, 27 Jan 2011 07:09:28 +0100 Subject: [PATCH] Remove duplicated GtkActionEntry --- midori/midori-browser.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 5e70e1f4..16bb9ee6 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4857,9 +4857,6 @@ static const GtkActionEntry entries[] = { "Copy", GTK_STOCK_COPY, NULL, "c", N_("Copy the selected text"), G_CALLBACK (_action_copy_activate) }, - { "Copy_", GTK_STOCK_COPY, - NULL, "c", - N_("Copy the selected text"), G_CALLBACK (_action_copy_activate) }, { "Paste", GTK_STOCK_PASTE, NULL, "v", N_("Paste text from the clipboard"), G_CALLBACK (_action_paste_activate) },