mirror of https://github.com/GNOME/gimp.git
app: Chain up GimpPanedBox::finalize()
This commit is contained in:
parent
2acc6e3de1
commit
4bd2230a55
|
@ -84,6 +84,8 @@ static void
|
|||
gimp_paned_box_finalize (GObject *object)
|
||||
{
|
||||
paned_box_instances = g_list_remove (paned_box_instances, object);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue