aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-config-comp-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-cal-config-comp-editor.c')
-rw-r--r--modules/calendar/e-cal-config-comp-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-config-comp-editor.c b/modules/calendar/e-cal-config-comp-editor.c
index ae8753de74..ba23a051e5 100644
--- a/modules/calendar/e-cal-config-comp-editor.c
+++ b/modules/calendar/e-cal-config-comp-editor.c
@@ -68,8 +68,8 @@ cal_config_comp_editor_constructed (GObject *object)
extensible, "work-day-start-minute",
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