diff options
author | Luca Ferretti <elle.uca@libero.it> | 2007-01-18 20:36:08 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2007-01-18 20:36:08 +0800 |
commit | 8ca0b5e05179ac7b04bf4c72121801525bb19d7f (patch) | |
tree | 43f08392d94ef7816c0f696528e006f6c7993b9c /configure.ac | |
parent | 353df69beec07dc0ff87cafef6586f5c6106c964 (diff) | |
download | gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.gz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.bz2 gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.lz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.xz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.zst gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.zip |
configure.ac
2007-01-18 Luca Ferretti <elle.uca@libero.it>
* data/icons/*/places/bookmark-web.*:
* data/icons/*/places/Makefile.am:
* data/icons/*/Makefile.am:
* configure.ac
Add to build new "bookmark-web" custom named icon at
16, 22 and 24 pixels - under new places directory.
* lib/ephy-stock-icons.c:
* lib/ephy-stock-icons.h:
* src/bookmarks/ephy-bookmark-properties.c:
* src/bookmarks/ephy-bookmark-action.c:
Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using
new "bookmark-web" custom named icon.
svn path=/trunk/; revision=6830
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c59f76be8..5fb868e93 100644 --- a/configure.ac +++ b/configure.ac @@ -642,12 +642,15 @@ data/glade/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/16x16/actions/Makefile +data/icons/16x16/places/Makefile data/icons/16x16/status/Makefile data/icons/22x22/Makefile data/icons/22x22/actions/Makefile +data/icons/22x22/places/Makefile data/icons/22x22/status/Makefile data/icons/24x24/Makefile data/icons/24x24/actions/Makefile +data/icons/24x24/places/Makefile data/icons/24x24/status/Makefile data/icons/32x32/Makefile data/icons/32x32/actions/Makefile |