diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-22 22:40:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-22 22:40:38 +0800 |
commit | 06d1cd34d39fe9943ee3d3922412b3dd3794da86 (patch) | |
tree | f443a426fa64ed69bd542a6c0a12470f1d149e57 /data | |
parent | c835d9f34b984d00708ca7a61bddeb4ce98ca9e7 (diff) | |
download | gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.gz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.bz2 gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.lz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.xz gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.tar.zst gsoc2013-epiphany-06d1cd34d39fe9943ee3d3922412b3dd3794da86.zip |
Use icon theme icon for add bookmark
2003-11-22 Marco Pesenti Gritti <marco@gnome.org>
* data/art/Makefile.am:
* data/art/epiphany-bookmark-page.png:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct):
* src/ephy-history-window.c:
* src/ephy-window.c:
Use icon theme icon for add bookmark
Diffstat (limited to 'data')
-rw-r--r-- | data/art/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/art/Makefile.am b/data/art/Makefile.am index 1511493a2..a884cb18f 100644 --- a/data/art/Makefile.am +++ b/data/art/Makefile.am @@ -1,7 +1,6 @@ art_DATA = \ epiphany-secure.png \ epiphany-unsecure.png \ - epiphany-bookmark-page.png \ epiphany-entry.png \ epiphany-download.png \ epiphany-history.png \ |