From: Paweł Forysiuk Date: Thu, 27 Jan 2011 06:09:28 +0000 (+0100) Subject: Remove duplicated GtkActionEntry X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567d5a7d140456c8db9bf84d1e768f1f39a732ed;p=midori Remove duplicated GtkActionEntry --- 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) },