diff options
Diffstat (limited to 'lib/ephy-stock-icons.c')
-rw-r--r-- | lib/ephy-stock-icons.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 0d9ff902c..26b3d7e90 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -35,7 +35,11 @@ ephy_stock_icons_init (void) static const char *items[] = { EPHY_STOCK_SECURE, - EPHY_STOCK_UNSECURE + EPHY_STOCK_UNSECURE, + EPHY_STOCK_HISTORY, + EPHY_STOCK_BOOKMARKS, + EPHY_STOCK_FULLSCREEN, + EPHY_STOCK_NEW_TAB }; factory = gtk_icon_factory_new (); |