diff options
author | Christian Persch <chpe@gnome.org> | 2009-03-29 21:25:13 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2009-03-29 21:25:13 +0000 |
commit | 3b437b016cb9dd8a3c798d210967b1fd0a5a2db8 (patch) | |
tree | 9d94c7ad5c9fd09433db987cfc22f39b1d8efe9e /ChangeLog | |
parent | 94129a4e2b82f8dfe93ae38cd217a017a6a4beb4 (diff) | |
download | gtk+-3b437b016cb9dd8a3c798d210967b1fd0a5a2db8.tar.gz |
Bug 577224 – crash when setting new icon after setting icon in
2009-03-29 Christian Persch <chpe@gnome.org>
Bug 577224 – crash when setting new icon after setting icon in
gtkstatusicon
* gtk/gtkstatusicon.c: (gtk_status_icon_reset_image_data),
(gtk_status_icon_set_from_gicon): Retain a reference when setting
from a GIcon, and use g_object_unref on GIcon, not g_free.
svn path=/trunk/; revision=22594
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-03-29 Christian Persch <chpe@gnome.org> + + Bug 577224 – crash when setting new icon after setting icon in + gtkstatusicon + + * gtk/gtkstatusicon.c: (gtk_status_icon_reset_image_data), + (gtk_status_icon_set_from_gicon): Retain a reference when setting + from a GIcon, and use g_object_unref on GIcon, not g_free. + 2009-03-27 Behdad Esfahbod <behdad@gnome.org> Bug 437533 – Implement draw_shape PangoRenderer method |