From 0fdf8a120ccb5638527293f6155d0e16af571732 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 25 May 2006 05:17:04 +0000 Subject: Added new icons to build svn path=/trunk/; revision=32022 --- art/ChangeLog | 8 ++++++++ art/Makefile.am | 4 +++- art/minus.png | Bin 0 -> 344 bytes art/plus.png | Bin 0 -> 406 bytes 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 art/minus.png create mode 100644 art/plus.png (limited to 'art') diff --git a/art/ChangeLog b/art/ChangeLog index bda022d17b..7fafe12293 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,11 @@ +2006-05-25 Srinivasa Ragavan + + ** Added new icons to evolution. + + * Makefile.am: Added them to build. + * minus.png: + icon. + * plus.png: - icon. + 2006-03-06 Veerapuram Varadhan * Makefile.am (images_DATA): Add query-free-busy.png diff --git a/art/Makefile.am b/art/Makefile.am index 634ebf3d73..3222adac1d 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -6,7 +6,9 @@ images_DATA = \ offline.png \ online.png \ world_map-960.png \ - query-free-busy.png + query-free-busy.png \ + plus.png \ + minus.png install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps diff --git a/art/minus.png b/art/minus.png new file mode 100644 index 0000000000..9d5c21b242 Binary files /dev/null and b/art/minus.png differ diff --git a/art/plus.png b/art/plus.png new file mode 100644 index 0000000000..cf200a04d5 Binary files /dev/null and b/art/plus.png differ -- cgit v1.2.3