diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.c | 1 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 28a5a6876..c69dcc71e 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -38,6 +38,7 @@ ephy_stock_icons_init (void) EPHY_STOCK_UNSECURE, EPHY_STOCK_HISTORY, EPHY_STOCK_BOOKMARKS, + EPHY_STOCK_BOOKMARK_PAGE, EPHY_STOCK_FULLSCREEN, EPHY_STOCK_NEW_TAB, EPHY_STOCK_VIEWSOURCE, diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 83ce4d37f..e7b803831 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -27,6 +27,7 @@ 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_NEW_TAB "epiphany-new-tab" #define EPHY_STOCK_FULLSCREEN "epiphany-fullscreen" #define EPHY_STOCK_VIEWSOURCE "epiphany-viewsource" |