aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--art/ChangeLog6
-rw-r--r--art/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index 7a501be274..d3ab2ff4e4 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-17 Damon Chaplin <damon@ximian.com>
+
+ * Makefile.am (images_DATA): moved task.xpm here, so it gets installed,
+ so we can use it for the menus. Note that we don't have an icon to
+ use in the toolbar for a new task, and we need one. Jakub?
+
2001-08-17 Jeffrey Stedfast <fejj@ximian.com>
* wax-seal.png: Added.
diff --git a/art/Makefile.am b/art/Makefile.am
index f10e37933c..7dd62f7ebf 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -109,6 +109,7 @@ images_DATA = \
service-up-disabled.png \
show_all_messages.xpm \
splash.png \
+ task.xpm \
thankyou.png \
undelete_message-16.png \
wax-seal.png \
@@ -181,7 +182,6 @@ EXTRA_DIST = \
task-assigned-to.xpm \
task-assigned.xpm \
task-recurring.xpm \
- task.xpm \
timezone-16.xpm \
tree-expanded.xpm \
tree-unexpanded.xpm \