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 | |
parent | ce41d0f2c6becdb0032813f8917ff82e984b860f (diff) | |
download | gsoc2013-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')
-rw-r--r-- | lib/ephy-stock-icons.c | 2 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 2 |
2 files changed, 0 insertions, 4 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); } diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 9fcdd9911..328ad0460 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -23,8 +23,6 @@ G_BEGIN_DECLS -#define EPHY_ICON_SIZE_TAB_BUTTON "epiphany-icon-size-tab-button" - #define EPHY_STOCK_CLOSE_TAB "epiphany-close-tab" #define EPHY_STOCK_POPUPS "epiphany-popup-hidden" #define EPHY_STOCK_HISTORY "epiphany-history" |