Chain up unconditionally in GObject::constructed()
It's supported since GLib 2.28.
This commit is contained in:
@ -191,8 +191,7 @@ gimp_canvas_item_constructed (GObject *object)
|
||||
|
||||
private->change_count = 0; /* undo hack from init() */
|
||||
|
||||
if (G_OBJECT_CLASS (parent_class)->constructed)
|
||||
G_OBJECT_CLASS (parent_class)->constructed (object);
|
||||
G_OBJECT_CLASS (parent_class)->constructed (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user