]> spindle.queued.net Git - midori/commitdiff
Correctly use user-home for Homepage
authorChristian Dywan <christian@twotoasts.de>
Tue, 25 Oct 2011 00:14:40 +0000 (02:14 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 25 Oct 2011 00:17:08 +0000 (02:17 +0200)
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

index 57d04fa612eb3547a1ee3462c38ff8aca31c5cfb..991d2ecd0991d1c71e4e856ffac6d30e9f3be48b 100644 (file)
@@ -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"