aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-mail-signature-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-mail-signature-editor.c')
-rw-r--r--e-util/e-mail-signature-editor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-mail-signature-editor.c b/e-util/e-mail-signature-editor.c
index b5c87635f1..286efbd727 100644
--- a/e-util/e-mail-signature-editor.c
+++ b/e-util/e-mail-signature-editor.c
@@ -493,8 +493,7 @@ mail_signature_editor_constructed (GObject *object)
GError *error = NULL;
/* Chain up to parent's constructed() method. */
- G_OBJECT_CLASS (e_mail_signature_editor_parent_class)->
- constructed (object);
+ G_OBJECT_CLASS (e_mail_signature_editor_parent_class)->constructed (object);
window = E_MAIL_SIGNATURE_EDITOR (object);
editor = e_mail_signature_editor_get_editor (window);