aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--art/ChangeLog3
-rw-r--r--art/Makefile.am3
2 files changed, 5 insertions, 1 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index ac2bae23f2..e8349c75c9 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,5 +1,8 @@
2001-10-23 Tuomas Kuosmanen <tigert@ximian.com>
+ * Makefile.am (appicon_DATA): Changed the filename here too
+ so the icon gets installed.
+
* evolution-icon.png: New icon that scales better.
2001-10-22 Jakub Steiner <jimmac@ximian.com>
diff --git a/art/Makefile.am b/art/Makefile.am
index 95962ac751..58407c9586 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -181,7 +181,7 @@ conduits_DATA = \
evo-48-todo-conduit.png
appicondir = $(datadir)/pixmaps
-appicon_DATA = evolution.png
+appicon_DATA = evolution-icon.png
EXTRA_DIST = \
attachment.xpm \
@@ -215,3 +215,4 @@ EXTRA_DIST = \
$(conduits_DATA) \
$(appicon_DATA)
+