aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-stock-icons.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-22 22:40:38 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-22 22:40:38 +0800
commit06d1cd34d39fe9943ee3d3922412b3dd3794da86 (patch)
treef443a426fa64ed69bd542a6c0a12470f1d149e57 /lib/ephy-stock-icons.h
parentc835d9f34b984d00708ca7a61bddeb4ce98ca9e7 (diff)
downloadgsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar
gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.gz
gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.bz2
gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.lz
gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.xz
gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.zst
gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.zip
Use icon theme icon for add bookmark
2003-11-22 Marco Pesenti Gritti <marco@gnome.org> * 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
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r--lib/ephy-stock-icons.h2
1 files changed, 1 insertions, 1 deletions
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);