diff options
author | Luca Ferretti <elle.uca@libero.it> | 2006-12-19 18:21:47 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2006-12-19 18:21:47 +0800 |
commit | 70908aa72436b9c9970d11bab34f3789bd3414d7 (patch) | |
tree | e15d7ccf5e58e116bb69c088af784e0ae23e2e3f /data/icons/scalable/actions/Makefile.am | |
parent | f663f41b50aeeda8022a665c55d0adf059951901 (diff) | |
download | gsoc2013-epiphany-70908aa72436b9c9970d11bab34f3789bd3414d7.tar gsoc2013-epiphany-70908aa72436b9c9970d11bab34f3789bd3414d7.tar.gz gsoc2013-epiphany-70908aa72436b9c9970d11bab34f3789bd3414d7.tar.bz2 gsoc2013-epiphany-70908aa72436b9c9970d11bab34f3789bd3414d7.tar.lz gsoc2013-epiphany-70908aa72436b9c9970d11bab34f3789bd3414d7.tar.xz gsoc2013-epiphany-70908aa72436b9c9970d11bab34f3789bd3414d7.tar.zst gsoc2013-epiphany-70908aa72436b9c9970d11bab34f3789bd3414d7.zip |
Add Tango style location-entry named icon.
2006-12-19 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/location-entry.png:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/location-entry.png:
* data/icons/24x24/actions/location-entry.png:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/actions/location-entry.png:
* data/icons/32x32/actions/location-entry.svg:
* data/icons/scalable/actions/Makefile.am:
* data/icons/scalable/actions/location-entry.svg:
Add Tango style location-entry named icon.
Diffstat (limited to 'data/icons/scalable/actions/Makefile.am')
-rw-r--r-- | data/icons/scalable/actions/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/icons/scalable/actions/Makefile.am b/data/icons/scalable/actions/Makefile.am index a074aef5a..18d7fbaad 100644 --- a/data/icons/scalable/actions/Makefile.am +++ b/data/icons/scalable/actions/Makefile.am @@ -7,7 +7,8 @@ iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ download.svg \ bookmark-view.svg \ - history-view.svg + history-view.svg \ + location-entry.svg EXTRA_DIST = \ $(icons_DATA) |