aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-stock-icons.c4
-rw-r--r--lib/ephy-stock-icons.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index 22b2b6038..b88a49788 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -39,7 +39,8 @@ ephy_stock_icons_init (void)
STOCK_NEW_TAB,
STOCK_FULLSCREEN,
STOCK_VIEW_SOURCE,
- STOCK_SEND_MAIL
+ STOCK_SEND_MAIL,
+ STOCK_ADD_BOOKMARK
};
static const char *items[] =
@@ -48,7 +49,6 @@ ephy_stock_icons_init (void)
EPHY_STOCK_UNSECURE,
EPHY_STOCK_HISTORY,
EPHY_STOCK_BOOKMARKS,
- EPHY_STOCK_BOOKMARK_PAGE,
EPHY_STOCK_ENTRY,
EPHY_STOCK_DOWNLOAD
};
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);