diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-01-31 20:42:25 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-31 20:42:25 +0800 |
commit | 7548f42681c7b6792cffb6135b525436dc280fa8 (patch) | |
tree | 0e18b98e10100afe98bd330d6b0e907af3b75a7e /lib/ephy-stock-icons.c | |
parent | 419f820922705e79860f0c57a46db11742601f6d (diff) | |
download | gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.gz gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.bz2 gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.lz gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.xz gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.tar.zst gsoc2013-epiphany-7548f42681c7b6792cffb6135b525436dc280fa8.zip |
Add icons, fix some minor appeareance stuff, rework ui updating to deal
2003-01-31 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: Add icons,
fix some minor appeareance stuff, rework ui updating
to deal with editor size.
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 (); |