aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-config-date-edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-cal-config-date-edit.c')
-rw-r--r--modules/calendar/e-cal-config-date-edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-config-date-edit.c b/modules/calendar/e-cal-config-date-edit.c
index c26db3e2d6..05a2947d7e 100644
--- a/modules/calendar/e-cal-config-date-edit.c
+++ b/modules/calendar/e-cal-config-date-edit.c
@@ -48,8 +48,8 @@ cal_config_date_edit_constructed (GObject *object)
extensible, "week-start-day",
G_BINDING_SYNC_CREATE);
- if (G_OBJECT_CLASS (parent_class)->constructed)
- G_OBJECT_CLASS (parent_class)->constructed (object);
+ /* Chain up to parent's constructed() method. */
+ G_OBJECT_CLASS (parent_class)->constructed (object);
}
static void