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:
parent
9159e72b58
commit
2cc0341bf0
1 changed files with 1 additions and 1 deletions
|
@ -32,8 +32,8 @@
|
||||||
#define STOCK_TRANSFERS "package"
|
#define STOCK_TRANSFERS "package"
|
||||||
#define STOCK_PLUGINS "gnome-mime-application-x-shockwave-flash"
|
#define STOCK_PLUGINS "gnome-mime-application-x-shockwave-flash"
|
||||||
|
|
||||||
#define STOCK_HOMEPAGE GTK_STOCK_HOME
|
|
||||||
#define STOCK_BOOKMARK_ADD "bookmark-new"
|
#define STOCK_BOOKMARK_ADD "bookmark-new"
|
||||||
|
#define STOCK_HOMEPAGE "go-home"
|
||||||
#define STOCK_IMAGE "gnome-mime-image"
|
#define STOCK_IMAGE "gnome-mime-image"
|
||||||
#define STOCK_NETWORK_OFFLINE "network-offline"
|
#define STOCK_NETWORK_OFFLINE "network-offline"
|
||||||
#define STOCK_SCRIPT "stock_script"
|
#define STOCK_SCRIPT "stock_script"
|
||||||
|
|
Loading…
Reference in a new issue