diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-18 11:32:03 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-18 11:32:03 +0800 |
commit | 76b456caa4f398c59c7d8af5765ebb652937ce8a (patch) | |
tree | 39c8d7ebc4e8ff49e7c8a2055a1494b28a739b96 /art | |
parent | dde8d87a1af26497181a007d7670935650f31688 (diff) | |
download | gsoc2013-evolution-76b456caa4f398c59c7d8af5765ebb652937ce8a.tar gsoc2013-evolution-76b456caa4f398c59c7d8af5765ebb652937ce8a.tar.gz gsoc2013-evolution-76b456caa4f398c59c7d8af5765ebb652937ce8a.tar.bz2 gsoc2013-evolution-76b456caa4f398c59c7d8af5765ebb652937ce8a.tar.lz gsoc2013-evolution-76b456caa4f398c59c7d8af5765ebb652937ce8a.tar.xz gsoc2013-evolution-76b456caa4f398c59c7d8af5765ebb652937ce8a.tar.zst gsoc2013-evolution-76b456caa4f398c59c7d8af5765ebb652937ce8a.zip |
moved task.xpm here, so it gets installed, so we can use it for the menus.
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?
svn path=/trunk/; revision=12194
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 6 | ||||
-rw-r--r-- | art/Makefile.am | 2 |
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 \ |