From e47814bfadf34a954531ebbb61a45c4730ccc4d5 Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Mon, 19 May 2003 19:46:35 +0000 Subject: Use stock icons instead of the files directly to set window border icons. 2003-05-19 David Bordoley * embed/downloader-view.c: (downloader_view_build_ui): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-history-window.c: (ephy_history_window_construct): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use stock icons instead of the files directly to set window border icons. --- lib/ephy-stock-icons.c | 3 ++- lib/ephy-stock-icons.h | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index c69dcc71e..7f05f0248 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -43,7 +43,8 @@ ephy_stock_icons_init (void) EPHY_STOCK_NEW_TAB, EPHY_STOCK_VIEWSOURCE, EPHY_STOCK_SEND_LINK, - EPHY_STOCK_ENTRY + EPHY_STOCK_ENTRY, + EPHY_STOCK_DOWNLOAD }; factory = gtk_icon_factory_new (); diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index e7b803831..85b878dc7 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -27,12 +27,13 @@ G_BEGIN_DECLS #define EPHY_STOCK_UNSECURE "epiphany-unsecure" #define EPHY_STOCK_HISTORY "epiphany-history" #define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks" -#define EPHY_STOCK_BOOKMARK_PAGE "epiphany-bookmark-page" +#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_ENTRY "epiphany-entry" +#define EPHY_STOCK_DOWNLOAD "epiphany-download" void ephy_stock_icons_init (void); -- cgit v1.2.3