diff options
-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 \ |