aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/memo-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/memo-editor.c')
-rw-r--r--calendar/gui/dialogs/memo-editor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/memo-editor.c b/calendar/gui/dialogs/memo-editor.c
index 9486ef6770..8de1b09601 100644
--- a/calendar/gui/dialogs/memo-editor.c
+++ b/calendar/gui/dialogs/memo-editor.c
@@ -107,6 +107,9 @@ memo_editor_constructed (GObject *object)
comp_editor_append_page (
editor, COMP_EDITOR_PAGE (priv->memo_page),
_("Memo"), TRUE);
+
+ if (G_OBJECT_CLASS (memo_editor_parent_class)->constructed)
+ G_OBJECT_CLASS (memo_editor_parent_class)->constructed (object);
}
static void