From 06d1cd34d39fe9943ee3d3922412b3dd3794da86 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 22 Nov 2003 14:40:38 +0000 Subject: Use icon theme icon for add bookmark 2003-11-22 Marco Pesenti Gritti * data/art/Makefile.am: * data/art/epiphany-bookmark-page.png: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct): * src/ephy-history-window.c: * src/ephy-window.c: Use icon theme icon for add bookmark --- lib/ephy-stock-icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ephy-stock-icons.h') diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index b41353b08..baac2b0c5 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -27,7 +27,6 @@ G_BEGIN_DECLS #define EPHY_STOCK_UNSECURE "epiphany-unsecure" #define EPHY_STOCK_HISTORY "epiphany-history" #define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks" -#define EPHY_STOCK_BOOKMARK_PAGE "epiphany-bookmark-page" #define EPHY_STOCK_ENTRY "epiphany-entry" #define EPHY_STOCK_DOWNLOAD "epiphany-download" @@ -35,6 +34,7 @@ G_BEGIN_DECLS #define STOCK_FULLSCREEN "stock_fullscreen" #define STOCK_VIEW_SOURCE "stock_view-html-source" #define STOCK_SEND_MAIL "stock_mail_send" +#define STOCK_ADD_BOOKMARK "stock_add-bookmark" void ephy_stock_icons_init (void); -- cgit v1.2.3