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-spell-check-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'e-util/e-html-editor-spell-check-dialog.c') diff --git a/e-util/e-html-editor-spell-check-dialog.c b/e-util/e-html-editor-spell-check-dialog.c index a3b0c693b2..d391860fb0 100644 --- a/e-util/e-html-editor-spell-check-dialog.c +++ b/e-util/e-html-editor-spell-check-dialog.c @@ -459,8 +459,7 @@ html_editor_spell_check_dialog_constructed (GObject *object) EHTMLEditorSpellCheckDialog *dialog; /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_html_editor_spell_check_dialog_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_html_editor_spell_check_dialog_parent_class)->constructed (object); dialog = E_HTML_EDITOR_SPELL_CHECK_DIALOG (object); e_html_editor_spell_check_dialog_update_dictionaries (dialog); -- cgit v1.2.3