From bcc3a1c7e641830622690116907c02b7f89183d7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 17 Jul 2014 12:46:38 +0200 Subject: Add missing chain-up-s to parent's constructed() method Plus a little code cleanup for easier grepping. --- e-util/e-html-editor-paragraph-dialog.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-html-editor-paragraph-dialog.c') 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)); -- cgit v1.2.3