diff options
-rw-r--r-- | art/ChangeLog | 8 | ||||
-rw-r--r-- | art/Makefile.am | 4 | ||||
-rw-r--r-- | art/minus.png | bin | 0 -> 344 bytes | |||
-rw-r--r-- | art/plus.png | bin | 0 -> 406 bytes |
4 files changed, 11 insertions, 1 deletions
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 <sragavan@novell.com> + + ** Added new icons to evolution. + + * Makefile.am: Added them to build. + * minus.png: + icon. + * plus.png: - icon. + 2006-03-06 Veerapuram Varadhan <vvaradhan@novell.com> * 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 Binary files differnew file mode 100644 index 0000000000..9d5c21b242 --- /dev/null +++ b/art/minus.png diff --git a/art/plus.png b/art/plus.png Binary files differnew file mode 100644 index 0000000000..cf200a04d5 --- /dev/null +++ b/art/plus.png |