diff options
Diffstat (limited to 'calendar/gui/e-calendar-selector.c')
-rw-r--r-- | calendar/gui/e-calendar-selector.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-selector.c b/calendar/gui/e-calendar-selector.c index 87d4a5d40c..9d1f182e52 100644 --- a/calendar/gui/e-calendar-selector.c +++ b/calendar/gui/e-calendar-selector.c @@ -301,8 +301,7 @@ calendar_selector_constructed (GObject *object) g_object_unref (source); /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_calendar_selector_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_calendar_selector_parent_class)->constructed (object); } static gboolean |