aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2007-07-10 10:41:25 +0800
committerLuca Ferretti <lferrett@src.gnome.org>2007-07-10 10:41:25 +0800
commitb9c8581d793e52e73c99d41e83f5b33bd20b1af5 (patch)
treefd378044b93658f382f7ea10e8fac2d31e339308 /lib
parentf0b96d2a26d92216e84dcf21f2875b5d567f1843 (diff)
downloadgsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar
gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.gz
gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.bz2
gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.lz
gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.xz
gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.zst
gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.zip
Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"
2007-07-10 Luca Ferretti <elle.uca@libero.it> * embed/downloader-view.c: (show_status_icon), (downloader_view_build_ui): * embed/mozilla/ContentHandler.cpp: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download" named icon. Partially fix 450904. Note: you need latest svn version of gnome-icon-theme to have the download icon @ 16x16 pixels svn path=/trunk/; revision=7126
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-stock-icons.c2
-rw-r--r--lib/ephy-stock-icons.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index 481d8ab39..d509b248e 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -53,7 +53,7 @@ ephy_stock_icons_init (void)
{ EPHY_STOCK_BOOKMARK, N_("Bookmark"), 0, 0, NULL },
{ EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL },
{ EPHY_STOCK_ENTRY, N_("Address Entry"), 0, 0, NULL },
- { EPHY_STOCK_DOWNLOAD, N_("_Download"), 0, 0, NULL },
+ { STOCK_DOWNLOAD, N_("_Download"), 0, 0, NULL },
{ STOCK_LOCK_INSECURE },
{ STOCK_LOCK_SECURE },
{ STOCK_LOCK_BROKEN }
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 4dc3daa89..5ffbb255f 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -31,7 +31,6 @@ G_BEGIN_DECLS
#define EPHY_STOCK_BOOKMARK "bookmark-web"
#define EPHY_STOCK_BOOKMARKS "bookmark-view"
#define EPHY_STOCK_ENTRY "location-entry"
-#define EPHY_STOCK_DOWNLOAD "download"
#define STOCK_LOCK_INSECURE "lock-insecure"
#define STOCK_LOCK_SECURE "lock-secure"
#define STOCK_LOCK_BROKEN "lock-broken"
@@ -42,6 +41,7 @@ G_BEGIN_DECLS
#define STOCK_SEND_MAIL "mail-forward"
#define STOCK_ADD_BOOKMARK "bookmark-new"
#define STOCK_PRINT_SETUP "document-page-setup"
+#define STOCK_DOWNLOAD "emblem-downloads"
void ephy_stock_icons_init (void);