** See bug #65058.
2004-09-03 Not Zed <NotZed@Ximian.com> ** See bug #65058. * em-format-html.c (efh_image): use the content-id rather than the uri for tracking our image reference. Makes more sense anyway, its guaranteed unique. svn path=/trunk/; revision=27328
This commit is contained in:
@ -954,7 +954,7 @@ efhd_write_image(EMFormat *emf, CamelStream *stream, EMFormatPURI *puri)
|
||||
CamelDataWrapper *dw = camel_medium_get_content_object((CamelMedium *)puri->part);
|
||||
|
||||
/* TODO: identical to efh_write_image */
|
||||
d(printf("writing image '%s'\n", puri->uri?puri->uri:puri->cid));
|
||||
d(printf("writing image '%s'\n", puri->cid));
|
||||
camel_data_wrapper_decode_to_stream(dw, stream);
|
||||
camel_stream_close(stream);
|
||||
}
|
||||
|
Reference in New Issue
Block a user