diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 22:50:35 +0800 |
commit | 54a9260f696f5c7462f40af8f838d723ba3abeb5 (patch) | |
tree | ab87ece78582288b7dabf6635fe3f393fd042c4d /art | |
parent | b484ae1c53ce5e8075eefe907cffbcb936106397 (diff) | |
download | gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.gz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.bz2 gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.lz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.xz gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.tar.zst gsoc2013-evolution-54a9260f696f5c7462f40af8f838d723ba3abeb5.zip |
Fix for version removal from installed files.
svn path=/trunk/; revision=33646
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 b23b8ece56..dde3f888c0 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,9 @@ +2007-06-03 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for version removal from Installed files from Gilles Dartiguelongue + + * art/Makefile.am: + 2007-05-03 David Farning <dfarning@gmail.com> ** Fix for bug #435610 diff --git a/art/Makefile.am b/art/Makefile.am index 88202718ca..9f6a989f55 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -12,7 +12,7 @@ icon32_DATA = 32x32/evolution.png icon48dir = $(datadir)/icons/hicolor/48x48/apps icon48_DATA = \ - 48x48/preferences-autocompletion.png \ + 48x48/preferences-autocompletion.png \ 48x48/preferences-calendar-and-tasks.png \ 48x48/preferences-certificates.png \ 48x48/preferences-composer.png \ |