aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-part-headers.c')
-rw-r--r--em-format/e-mail-part-headers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/em-format/e-mail-part-headers.c b/em-format/e-mail-part-headers.c
index 526f95aba2..9ffa59430e 100644
--- a/em-format/e-mail-part-headers.c
+++ b/em-format/e-mail-part-headers.c
@@ -206,8 +206,7 @@ mail_part_headers_constructed (GObject *object)
part = E_MAIL_PART (object);
/* Chain up to parent's constructed() method. */
- G_OBJECT_CLASS (e_mail_part_headers_parent_class)->
- constructed (object);
+ G_OBJECT_CLASS (e_mail_part_headers_parent_class)->constructed (object);
e_mail_part_set_mime_type (part, E_MAIL_PART_HEADERS_MIME_TYPE);
}