[Xfce4-commits] <midori:master> Correctly use user-home for Homepage

Christian Dywan noreply at xfce.org
Tue Oct 25 02:30:03 CEST 2011


Updating branch refs/heads/master
         to 2cc0341bf0e2d83c867b81c541339b462fa3535b (commit)
       from 9159e72b58ee8dff334a871cea6cd4000edead5b (commit)

commit 2cc0341bf0e2d83c867b81c541339b462fa3535b
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Oct 25 02:14:40 2011 +0200

    Correctly use user-home for Homepage
    
    Since the stock item is re-registered, using GTK_STOCK_HOME
    directly will wrongly take gtk-home as the icon name.

 midori/midori-stock.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-stock.h b/midori/midori-stock.h
index 57d04fa..991d2ec 100644
--- a/midori/midori-stock.h
+++ b/midori/midori-stock.h
@@ -32,8 +32,8 @@
 #define STOCK_TRANSFERS          "package"
 #define STOCK_PLUGINS            "gnome-mime-application-x-shockwave-flash"
 
-#define STOCK_HOMEPAGE           GTK_STOCK_HOME
 #define STOCK_BOOKMARK_ADD       "bookmark-new"
+#define STOCK_HOMEPAGE           "go-home"
 #define STOCK_IMAGE              "gnome-mime-image"
 #define STOCK_NETWORK_OFFLINE    "network-offline"
 #define STOCK_SCRIPT             "stock_script"


More information about the Xfce4-commits mailing list