[Xfce4-commits] <midori:master> Remove duplicated GtkActionEntry

Christian Dywan noreply at xfce.org
Sat Jan 29 09:04:02 CET 2011


Updating branch refs/heads/master
         to 567d5a7d140456c8db9bf84d1e768f1f39a732ed (commit)
       from 072ea586cdb3816e00428c71202538e3f6a08aa9 (commit)

commit 567d5a7d140456c8db9bf84d1e768f1f39a732ed
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Thu Jan 27 07:09:28 2011 +0100

    Remove duplicated GtkActionEntry

 midori/midori-browser.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 5e70e1f..16bb9ee 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -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) },



More information about the Xfce4-commits mailing list