Chain up unconditionally in GObject::constructed()
It's supported since GLib 2.28.
This commit is contained in:
@ -129,8 +129,7 @@ gimp_scale_combo_box_constructed (GObject *object)
|
||||
GtkBorder border = { 0, 0, 0, 0 };
|
||||
gint i;
|
||||
|
||||
if (G_OBJECT_CLASS (parent_class)->constructed)
|
||||
G_OBJECT_CLASS (parent_class)->constructed (object);
|
||||
G_OBJECT_CLASS (parent_class)->constructed (object);
|
||||
|
||||
store = gtk_list_store_new (N_COLUMNS,
|
||||
G_TYPE_DOUBLE, /* SCALE */
|
||||
|
Reference in New Issue
Block a user