X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-msg-view-window.c;h=bed6ebfd11cee9ec89ed433e14f60fd1467cb703;hp=912cdcf78dfa8232f74722cca91194c01f3493f8;hb=c3b0f06479bf273c47cb33fed18a07dafc25c54b;hpb=6c8269375223a160e9b8b03a053ea2dc28a81941 diff --git a/src/hildon2/modest-msg-view-window.c b/src/hildon2/modest-msg-view-window.c index 912cdcf..bed6ebf 100644 --- a/src/hildon2/modest-msg-view-window.c +++ b/src/hildon2/modest-msg-view-window.c @@ -2688,7 +2688,8 @@ modest_msg_view_window_view_attachment (ModestMsgViewWindow *window, decode_in_provider = modest_account_protocol_decode_part_to_stream_async ( MODEST_ACCOUNT_PROTOCOL (protocol), - mime_part, + mime_part, + NULL, TNY_STREAM (temp_stream), on_decode_to_stream_async_handler, NULL, @@ -2891,6 +2892,7 @@ save_mime_part_to_file (SaveMimePartInfo *info) modest_account_protocol_decode_part_to_stream ( MODEST_ACCOUNT_PROTOCOL (protocol), pair->part, + pair->filename, stream, &written, &error);