[evolution] Bug 583991 – "Suggest automatic display of attachment" does not work



commit 8a7316508eb8e35980009ded5338a50b7f35b723
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu May 28 14:21:47 2009 -0400

    Bug 583991 â?? "Suggest automatic display of attachment" does not work
---
 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 2977be9..baa1ef6 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]