diff options
author | Luca Ferretti <elle.uca@libero.it> | 2006-12-14 17:21:46 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2006-12-14 17:21:46 +0800 |
commit | a468fea36d6cdcd22bb23365c777d2f6968b7f85 (patch) | |
tree | 0cd7aee5729d2f7406a10fc279960b41ef7c2a24 /lib/ephy-stock-icons.h | |
parent | 71945818b331bed419641be4ac4be550c204b642 (diff) | |
download | gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar.gz gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar.zst gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.zip |
Add new "bookmark-view" icon from Andreas Nilsson, replacing
2006-12-14 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/bookmark-view.png:
* data/icons/16x16/actions/bookmark-view.xcf:
* data/icons/16x16/actions/download.xcf:
* data/icons/16x16/actions/epiphany-download.xcf.bz2:
* data/icons/16x16/status/Makefile.am:
* data/icons/16x16/status/popup-hidden.xcf:
* data/icons/16x16/status/popup-hidden.xcf.bz2:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/bookmark-view.png:
* data/icons/22x22/actions/bookmark-view.xcf:
* data/icons/22x22/actions/download.xcf:
* data/icons/22x22/actions/epiphany-download.xcf.bz2:
* data/icons/22x22/status/Makefile.am:
* data/icons/22x22/status/popup-hidden.xcf:
* data/icons/22x22/status/popup-hidden.xcf.bz2:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/actions/README:
* data/icons/24x24/actions/bookmark-view.png:
* data/icons/24x24/actions/web-bookmarks.png:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/actions/download.svg:
* data/icons/32x32/actions/epiphany-download.svg:
* data/icons/scalable/status/Makefile.am:
Add new "bookmark-view" icon from Andreas Nilsson, replacing
"web-bookmarks". Move images source from xcf.bz2 to xcf and
use the same name of the named icon, including them in dist.
* lib/ephy-stock-icons.h:
Use "bookmark-view" named icon for EPHY_STOCK_BOOKMARKS.
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r-- | lib/ephy-stock-icons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 37fcb1e6a..1ae910cb7 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -25,7 +25,7 @@ G_BEGIN_DECLS #define EPHY_STOCK_POPUPS "popup-hidden" #define EPHY_STOCK_HISTORY "history-view" -#define EPHY_STOCK_BOOKMARKS "web-bookmarks" +#define EPHY_STOCK_BOOKMARKS "bookmark-view" #define EPHY_STOCK_ENTRY "location-entry" #define EPHY_STOCK_DOWNLOAD "download" |