aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-attachment-bar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-11-10 11:40:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-11-11 04:54:43 +0800
commit2c4ae5e7685c462f8d464448e4617b8dea029e72 (patch)
treec34f0cbb7c500ff70f10fce846631b0a948b341c /em-format/e-mail-formatter-attachment-bar.c
parent583da46b8caf4b2a8b548b03c38fe0e84164abfb (diff)
downloadgsoc2013-evolution-2c4ae5e7685c462f8d464448e4617b8dea029e72.tar
gsoc2013-evolution-2c4ae5e7685c462f8d464448e4617b8dea029e72.tar.gz
gsoc2013-evolution-2c4ae5e7685c462f8d464448e4617b8dea029e72.tar.bz2
gsoc2013-evolution-2c4ae5e7685c462f8d464448e4617b8dea029e72.tar.lz
gsoc2013-evolution-2c4ae5e7685c462f8d464448e4617b8dea029e72.tar.xz
gsoc2013-evolution-2c4ae5e7685c462f8d464448e4617b8dea029e72.tar.zst
gsoc2013-evolution-2c4ae5e7685c462f8d464448e4617b8dea029e72.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'em-format/e-mail-formatter-attachment-bar.c')
-rw-r--r--em-format/e-mail-formatter-attachment-bar.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/em-format/e-mail-formatter-attachment-bar.c b/em-format/e-mail-formatter-attachment-bar.c
index eea8962f84..83cb5cad8d 100644
--- a/em-format/e-mail-formatter-attachment-bar.c
+++ b/em-format/e-mail-formatter-attachment-bar.c
@@ -103,8 +103,9 @@ emfe_attachment_bar_get_widget (EMailFormatterExtension *extension,
empab = (EMailPartAttachmentBar *) part;
widget = e_attachment_bar_new (empab->store);
g_object_set_data (G_OBJECT (empab->store), "attachment-bar", widget);
- g_object_weak_ref (G_OBJECT (widget),
- (GWeakNotify) unset_bar_from_store_data, empab->store);
+ g_object_weak_ref (
+ G_OBJECT (widget),
+ (GWeakNotify) unset_bar_from_store_data, empab->store);
return widget;
}