]> Pileus Git - ~andy/gtk/commit
Don't leave page->tab_label dangling. (gtk_notebook_real_remove): Use
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Mar 2006 00:12:48 +0000 (00:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 21 Mar 2006 00:12:48 +0000 (00:12 +0000)
commit7ae595b99e76594977426babc07af4913f428f6b
treee9b03585e780b26f572b2ebd3fc7d9a361ee9989
parent2d281ed53dd66e06fd1e2f095f50264f5020700f
Don't leave page->tab_label dangling. (gtk_notebook_real_remove): Use

2006-03-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
page->tab_label dangling.
(gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION.
(gtk_notebook_destroy): Leave the removal of the children
to the container destroy method.  (#319032, Yevgen Muntyan)

2006-03-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_remove): Use the existing
GTK_IN_DESTRUCTION flag, rather than roll our own.
ChangeLog
ChangeLog.pre-2-10
gtk/gtkcombobox.c
gtk/gtknotebook.c