From: Holger Berndt Date: Mon, 7 Sep 2009 20:14:15 +0000 (+0000) Subject: 2009-09-07 [holger] 3.7.2cvs29 X-Git-Tag: rel_3_7_3~23 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=9571391aa5fe66295201d033d7b7ed06f5dc7f84 2009-09-07 [holger] 3.7.2cvs29 * Makefile.am Also update the icon cache on uninstall. This prevents possible problems when Claws Mail was uninstalled and installed again into a different location, see http://bugzilla.gnome.org/show_bug.cgi?id=362604 and the blog post linked therein --- diff --git a/ChangeLog b/ChangeLog index f24e7b009..d945310dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-09-07 [holger] 3.7.2cvs29 + + * Makefile.am + Also update the icon cache on uninstall. + This prevents possible problems when Claws Mail was + uninstalled and installed again into a different location, + see http://bugzilla.gnome.org/show_bug.cgi?id=362604 + and the blog post linked therein + 2009-09-07 [paul] 3.7.2cvs28 * src/prefs_toolbar.c diff --git a/Makefile.am b/Makefile.am index 1a4c82aa8..2e0e5d461 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,10 @@ gnomap_DATA=claws-mail.desktop if CLAWS_GNOME2 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor -install-data-hook: +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache + +update-icon-cache: @-if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ diff --git a/PATCHSETS b/PATCHSETS index 2f329fedb..a30050622 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3853,3 +3853,4 @@ ( cvs diff -u -r 1.28.2.48 -r 1.28.2.49 src/mbox.c; ) > 3.7.2cvs26.patchset ( cvs diff -u -r 1.382.2.523 -r 1.382.2.524 src/compose.c; ) > 3.7.2cvs27.patchset ( cvs diff -u -r 1.30.2.56 -r 1.30.2.57 src/prefs_toolbar.c; ) > 3.7.2cvs28.patchset +( cvs diff -u -r 1.24.2.25 -r 1.24.2.26 Makefile.am; ) > 3.7.2cvs29.patchset diff --git a/configure.ac b/configure.ac index 5ffbdb9a5..0ff53d46f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=28 +EXTRA_VERSION=29 EXTRA_RELEASE= EXTRA_GTK2_VERSION=