From 97ec1cdf4f8d16906f43ef02c11ac13b96d22ad2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Aug 2005 16:38:46 +0000 Subject: Add a note regarding icon theme changes. 2005-08-22 Matthias Clasen * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note regarding icon theme changes. * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning pixbufs which are backed by the mmapped memory of an icon cache, increase the refcount of the icon cache, so that the memory is not munmapped away underneath the pixbuf upon icon theme changes. (#314170, Kjartan Maraas) --- ChangeLog.pre-2-8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog.pre-2-8') diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cefda3d868..841ba490e0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,14 @@ 2005-08-22 Matthias Clasen + * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note + regarding icon theme changes. + + * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning + pixbufs which are backed by the mmapped memory of an icon cache, + increase the refcount of the icon cache, so that the memory is not + munmapped away underneath the pixbuf upon icon theme changes. + (#314170, Kjartan Maraas) + * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order to link against Xext. (#314062) -- cgit v1.2.1