aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-paragraph-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-html-editor-paragraph-dialog.c')
-rw-r--r--e-util/e-html-editor-paragraph-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-html-editor-paragraph-dialog.c b/e-util/e-html-editor-paragraph-dialog.c
index 66fbfcc208..6bbf039bdb 100644
--- a/e-util/e-html-editor-paragraph-dialog.c
+++ b/e-util/e-html-editor-paragraph-dialog.c
@@ -53,6 +53,9 @@ html_editor_paragraph_dialog_constructed (GObject *object)
EHTMLEditor *editor;
EHTMLEditorParagraphDialog *dialog;
+ /* Chain up to parent's method. */
+ G_OBJECT_CLASS (e_html_editor_paragraph_dialog_parent_class)->constructed (object);
+
dialog = E_HTML_EDITOR_PARAGRAPH_DIALOG (object);
editor = e_html_editor_dialog_get_editor (E_HTML_EDITOR_DIALOG (dialog));