aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-05-25 13:17:04 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-05-25 13:17:04 +0800
commit0fdf8a120ccb5638527293f6155d0e16af571732 (patch)
treee78d0dc7da0e216a9e1ff4cd43f00f0fb813038a /art
parentcf3cb0c83e928b217a027d13d9a4206882cceb5d (diff)
downloadgsoc2013-evolution-0fdf8a120ccb5638527293f6155d0e16af571732.tar
gsoc2013-evolution-0fdf8a120ccb5638527293f6155d0e16af571732.tar.gz
gsoc2013-evolution-0fdf8a120ccb5638527293f6155d0e16af571732.tar.bz2
gsoc2013-evolution-0fdf8a120ccb5638527293f6155d0e16af571732.tar.lz
gsoc2013-evolution-0fdf8a120ccb5638527293f6155d0e16af571732.tar.xz
gsoc2013-evolution-0fdf8a120ccb5638527293f6155d0e16af571732.tar.zst
gsoc2013-evolution-0fdf8a120ccb5638527293f6155d0e16af571732.zip
Added new icons to build
svn path=/trunk/; revision=32022
Diffstat (limited to 'art')
-rw-r--r--art/ChangeLog8
-rw-r--r--art/Makefile.am4
-rw-r--r--art/minus.pngbin0 -> 344 bytes
-rw-r--r--art/plus.pngbin0 -> 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
new file mode 100644
index 0000000000..9d5c21b242
--- /dev/null
+++ b/art/minus.png
Binary files differ
diff --git a/art/plus.png b/art/plus.png
new file mode 100644
index 0000000000..cf200a04d5
--- /dev/null
+++ b/art/plus.png
Binary files differ