diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-24 00:07:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-24 00:07:15 +0000 |
commit | 6ad1c8996461e47cb3b696e833397c4ac029c9ce (patch) | |
tree | 3552972405c02be1d2dd289c1e83deee36ef5036 /ChangeLog.pre-2-6 | |
parent | 95e7d61e6b819d004ae63dd6e47727129c95be96 (diff) | |
download | gtk+-6ad1c8996461e47cb3b696e833397c4ac029c9ce.tar.gz |
Add a destroy implementation in order to set priv->cell_view to NULL
Tue Feb 24 01:08:27 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c: Add a destroy implementation in order to
set priv->cell_view to NULL before finalize stumbles over the
dangling pointer. This big array of pointers into the widget
tree in GtkComboBoxPrivate is really fragile and should be
cleaned up.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9d0f61c6aa..395e6b3d05 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +Tue Feb 24 01:08:27 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkcombobox.c: Add a destroy implementation in order to + set priv->cell_view to NULL before finalize stumbles over the + dangling pointer. This big array of pointers into the widget + tree in GtkComboBoxPrivate is really fragile and should be + cleaned up. + Mon Feb 23 17:52:43 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c (main_paned_create): use a size |