aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-stock-icons.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-21 19:00:24 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-21 19:00:24 +0800
commitc371819f2c4fef7c069b69c3f4037a3e5276450e (patch)
tree78988a3e1c09a09a94ebbc829d0b0b13f39a5419 /lib/ephy-stock-icons.h
parentf3b45df76a7b9147372d6815d2d3edca73270fb3 (diff)
downloadgsoc2013-epiphany-c371819f2c4fef7c069b69c3f4037a3e5276450e.tar
gsoc2013-epiphany-c371819f2c4fef7c069b69c3f4037a3e5276450e.tar.gz
gsoc2013-epiphany-c371819f2c4fef7c069b69c3f4037a3e5276450e.tar.bz2
gsoc2013-epiphany-c371819f2c4fef7c069b69c3f4037a3e5276450e.tar.lz
gsoc2013-epiphany-c371819f2c4fef7c069b69c3f4037a3e5276450e.tar.xz
gsoc2013-epiphany-c371819f2c4fef7c069b69c3f4037a3e5276450e.tar.zst
gsoc2013-epiphany-c371819f2c4fef7c069b69c3f4037a3e5276450e.zip
Pass a source based on filename instead of pixbuf for our own icon set, so
2003-11-21 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: Pass a source based on filename instead of pixbuf for our own icon set, so that they are created only when necessary. Add code to insert icon theme icons in our icon set and use icon theme icons when possible. * src/ephy-window.c: Update icons id.
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r--lib/ephy-stock-icons.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 85b878dc7..b41353b08 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -28,13 +28,14 @@ G_BEGIN_DECLS
#define EPHY_STOCK_HISTORY "epiphany-history"
#define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks"
#define EPHY_STOCK_BOOKMARK_PAGE "epiphany-bookmark-page"
-#define EPHY_STOCK_NEW_TAB "epiphany-new-tab"
-#define EPHY_STOCK_FULLSCREEN "epiphany-fullscreen"
-#define EPHY_STOCK_VIEWSOURCE "epiphany-viewsource"
-#define EPHY_STOCK_SEND_LINK "epiphany-send-link"
#define EPHY_STOCK_ENTRY "epiphany-entry"
#define EPHY_STOCK_DOWNLOAD "epiphany-download"
+#define STOCK_NEW_TAB "stock_new-tab"
+#define STOCK_FULLSCREEN "stock_fullscreen"
+#define STOCK_VIEW_SOURCE "stock_view-html-source"
+#define STOCK_SEND_MAIL "stock_mail_send"
+
void ephy_stock_icons_init (void);
G_END_DECLS