diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 02:21:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 02:21:47 +0800 |
commit | 8a7316508eb8e35980009ded5338a50b7f35b723 (patch) | |
tree | 2021d1a9803e21a75b7cff3233619c8f33f102e0 /widgets | |
parent | 6413227cef16fcee96670ccb56ece9e1cc3293c5 (diff) | |
download | gsoc2013-evolution-8a7316508eb8e35980009ded5338a50b7f35b723.tar.gz gsoc2013-evolution-8a7316508eb8e35980009ded5338a50b7f35b723.tar.zst gsoc2013-evolution-8a7316508eb8e35980009ded5338a50b7f35b723.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) |