diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-29 17:34:42 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-29 17:34:42 +0800 |
commit | 859c2cb692ebc3a7e851884c6d22c29b5240c918 (patch) | |
tree | e06168f671233b7e1f9c3f3ba0591f7f93a83f19 | |
parent | 563a5debef40f5f0a9d038f1b9413cc11042d418 (diff) | |
download | gsoc2013-evolution-859c2cb692ebc3a7e851884c6d22c29b5240c918.tar gsoc2013-evolution-859c2cb692ebc3a7e851884c6d22c29b5240c918.tar.gz gsoc2013-evolution-859c2cb692ebc3a7e851884c6d22c29b5240c918.tar.bz2 gsoc2013-evolution-859c2cb692ebc3a7e851884c6d22c29b5240c918.tar.lz gsoc2013-evolution-859c2cb692ebc3a7e851884c6d22c29b5240c918.tar.xz gsoc2013-evolution-859c2cb692ebc3a7e851884c6d22c29b5240c918.tar.zst gsoc2013-evolution-859c2cb692ebc3a7e851884c6d22c29b5240c918.zip |
add contact-is-a-list.png
2001-06-29 Chris Toshok <toshok@ximian.com>
* Makefile.am (images_DATA): add contact-is-a-list.png
svn path=/trunk/; revision=10595
-rw-r--r-- | art/ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 27327e5628..5ad856a922 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,7 @@ +2001-06-29 Chris Toshok <toshok@ximian.com> + + * Makefile.am (images_DATA): add contact-is-a-list.png + 2001-06-29 Tuomas Kuosmanen <tigert@ximian.com> * contact-is-a-list.png: icon for toshok, for contact lists. diff --git a/art/Makefile.am b/art/Makefile.am index b0f49fecd9..aeb276feb8 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -5,6 +5,7 @@ images_DATA = \ configure_16_calendar.xpm \ configure_16_folder.xpm \ configure_16_mail.xpm \ + contact-is-a-list.png \ copy_16_message.xpm \ edit.xpm \ empty.gif \ |