]> Pileus Git - ~andy/gtk/commit
GtkToolbar: Move child removal to dispose
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 15:07:36 +0000 (11:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 15:09:16 +0000 (11:09 -0400)
commit5445b3d7eceef2b0c1a98f3bc5dbbaa51575ee27
treeaeede022f2cb5172366b95e08db53b6d33eca062
parent6faba61db10f9563cf7eb4328416445b30ae2c42
GtkToolbar: Move child removal to dispose

Doing it in finalize is too late and can cause various problems
in ::parent-set signal handlers.

https://bugzilla.gnome.org/show_bug.cgi?id=658200
gtk/gtktoolbar.c