diff options
Diffstat (limited to 'calendar/gui/dialogs/event-editor.c')
-rw-r--r-- | calendar/gui/dialogs/event-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 260778d83a..7ee860f457 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -438,8 +438,8 @@ event_editor_constructed (GObject *object) priv->model, "client", G_BINDING_SYNC_CREATE); - if (G_OBJECT_CLASS (event_editor_parent_class)->constructed) - G_OBJECT_CLASS (event_editor_parent_class)->constructed (object); + /* Chain up to parent's constructed() method. */ + G_OBJECT_CLASS (event_editor_parent_class)->constructed (object); } static void |