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.
This commit is contained in:
Christian Dywan 2011-10-25 02:14:40 +02:00
parent 9159e72b58
commit 2cc0341bf0

View 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"