diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 02:21:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 06:08:53 +0800 |
commit | 878989677a3c8d0a4e3b7c26757a2c6be6ea0d3d (patch) | |
tree | 48535d102106b58ca1b51739091718b01991b94b /widgets | |
parent | 14f8eee012382f04090ea9277e9567d5f32e8bf0 (diff) | |
download | gsoc2013-evolution-878989677a3c8d0a4e3b7c26757a2c6be6ea0d3d.tar.gz gsoc2013-evolution-878989677a3c8d0a4e3b7c26757a2c6be6ea0d3d.tar.zst gsoc2013-evolution-878989677a3c8d0a4e3b7c26757a2c6be6ea0d3d.zip |
Bug 583991 – "Suggest automatic display of attachment" does not work
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-attachment-store.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-store.c b/widgets/misc/e-attachment-store.c index 2977be9593..baa1ef6c7f 100644 --- a/widgets/misc/e-attachment-store.c +++ b/widgets/misc/e-attachment-store.c @@ -569,6 +569,7 @@ e_attachment_store_run_load_dialog (EAttachmentStore *store, attachment = e_attachment_new (); e_attachment_set_file (attachment, file); + e_attachment_set_disposition (attachment, disposition); e_attachment_store_add_attachment (store, attachment); e_attachment_load_async ( attachment, (GAsyncReadyCallback) |