aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-stock-icons.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-04 21:46:26 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-04 21:46:26 +0800
commitda5d9256984938434aea101a2d9ca615a91fa534 (patch)
treee6473467bdb3779be21b4ec52d03bf289b563e14 /lib/ephy-stock-icons.c
parentce41d0f2c6becdb0032813f8917ff82e984b860f (diff)
downloadgsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.tar
gsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.tar.gz
gsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.tar.bz2
gsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.tar.lz
gsoc2013-epiphany-da5d9256984938434aea101a2d9ca615a91fa534.tar.xz
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.c2
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);
}