From 2cc0341bf0e2d83c867b81c541339b462fa3535b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 25 Oct 2011 02:14:40 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-stock.h b/midori/midori-stock.h index 57d04fa6..991d2ecd 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"