diff options
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 181d4a19f4..d7aa3d8716 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -368,8 +368,7 @@ calendar_view_constructed (GObject *object) e_extensible_load_extensions (E_EXTENSIBLE (object)); /* Chain up to parent's constructed() method. */ - if (G_OBJECT_CLASS (e_calendar_view_parent_class)->constructed) - G_OBJECT_CLASS (e_calendar_view_parent_class)->constructed (object); + G_OBJECT_CLASS (e_calendar_view_parent_class)->constructed (object); } static void |