Chain up unconditionally in GObject::constructed()

It's supported since GLib 2.28.
This commit is contained in:
Michael Natterer
2012-11-12 21:51:22 +01:00
parent c914aa805d
commit 908f727f0a
128 changed files with 129 additions and 257 deletions

View File

@ -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 */