diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-04 21:46:26 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-04 21:46:26 +0800 |
commit | da5d9256984938434aea101a2d9ca615a91fa534 (patch) | |
tree | e6473467bdb3779be21b4ec52d03bf289b563e14 /lib/ephy-stock-icons.c | |
parent | ce41d0f2c6becdb0032813f8917ff82e984b860f (diff) | |
download | gsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.tar.gz gsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.tar.zst gsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.zip |
R data/art/epiphany-close-tab.png:
2006-01-04 Christian Persch <chpe@cvs.gnome.org>
R data/art/epiphany-close-tab.png:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/ephy-notebook.c: (build_tab_label):
Go back to using the gtk stock close icon, to get correct
themeing in a11y themes.
Diffstat (limited to 'lib/ephy-stock-icons.c')
-rw-r--r-- | lib/ephy-stock-icons.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 07ae50c06..4087305d0 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -97,6 +97,4 @@ ephy_stock_icons_init (void) gtk_icon_factory_add_default (factory); g_object_unref (factory); - - gtk_icon_size_register (EPHY_ICON_SIZE_TAB_BUTTON, 10, 10); } |