diff options
author | Tuomas Kuosmanen <tigert@src.gnome.org> | 2001-10-23 07:15:59 +0800 |
---|---|---|
committer | Tuomas Kuosmanen <tigert@src.gnome.org> | 2001-10-23 07:15:59 +0800 |
commit | dcc5cbe678dace542549f17a3db99d26450a1ea4 (patch) | |
tree | 96162592cda5b24704702bd5d11273bd40914cc1 | |
parent | 598cb8f3c5e7d910d551fedec78601c61d5786ed (diff) | |
download | gsoc2013-evolution-dcc5cbe678dace542549f17a3db99d26450a1ea4.tar.gz gsoc2013-evolution-dcc5cbe678dace542549f17a3db99d26450a1ea4.tar.zst gsoc2013-evolution-dcc5cbe678dace542549f17a3db99d26450a1ea4.zip |
this too so the icons gets installed.. -tig-
svn path=/trunk/; revision=13910
-rw-r--r-- | art/ChangeLog | 3 | ||||
-rw-r--r-- | art/Makefile.am | 3 |
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) + |