summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-08-14 20:12:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-14 20:12:10 +0000
commit1c1a3a7c414da5c1bb0b6574fb1c3a37eadb4dcb (patch)
treeda10f9d424ca5f9a4482a3c375bbb5c80701bc69 /ChangeLog.pre-2-10
parent4a482aa672a75bd7009c86db47309dcd643bff2e (diff)
downloadgtk+-1c1a3a7c414da5c1bb0b6574fb1c3a37eadb4dcb.tar.gz
Null the cell_view pointer if the internal cell view is removed. (#348828,
2006-08-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_remove): Null the cell_view pointer if the internal cell view is removed. (#348828, Rolando Espinoza La Fuente)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-104
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 5fd7c91d0a..7b6d3da39f 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,9 @@
2006-08-14 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcombobox.c (gtk_combo_box_remove): Null the
+ cell_view pointer if the internal cell view is removed.
+ (#348828, Rolando Espinoza La Fuente)
+
* gtk/gtkentry.c (gtk_entry_drag_data_received): Don't leak
in the non-editable case. (#350258, Colin Leroy)