aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-spell-check-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-html-editor-spell-check-dialog.c')
-rw-r--r--e-util/e-html-editor-spell-check-dialog.c3
1 files changed, 1 insertions, 2 deletions
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);