From 8a7316508eb8e35980009ded5338a50b7f35b723 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 28 May 2009 14:21:47 -0400 Subject: =?UTF-8?q?Bug=20583991=20=E2=80=93=20"Suggest=20automatic=20displ?= =?UTF-8?q?ay=20of=20attachment"=20does=20not=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widgets/misc/e-attachment-store.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets') 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) -- cgit v1.2.3