summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-12-17 22:56:27 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-12-17 22:56:27 +0000
commite6e76e1cac60c978e6f86d3f813e577e722cb23d (patch)
tree86e3190e52d90b29ba19dff298f3b121717763e3 /ChangeLog.pre-2-10
parent3ea41a9212435b879708d8fd42bef0f9be01ce7c (diff)
downloadgtk+-e6e76e1cac60c978e6f86d3f813e577e722cb23d.tar.gz
if we set a new stock_id and there was a previous stock_id, unref the
Wed Dec 17 23:50:56 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property): if we set a new stock_id and there was a previous stock_id, unref the pixbuf (since it was used to renderer the previous stock_id and stock_id might have been set to NULL now). (Fixes #122966).
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-107
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c379ace58c..330716fa94 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,10 @@
+Wed Dec 17 23:50:56 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
+ if we set a new stock_id and there was a previous stock_id, unref
+ the pixbuf (since it was used to renderer the previous stock_id
+ and stock_id might have been set to NULL now). (Fixes #122966).
+
2003-12-17 Marco Pesenti Gritti <marco@gnome.org>
* gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):