From f6bad40cd158e950c5c88f41b18dd3e4ce1d81c2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 13 Mar 2001 23:46:21 +0000 Subject: Call gtk_html_end() on the stream so things happen. Fixes a problem with * mail-display.c (on_url_requested): Call gtk_html_end() on the stream so things happen. Fixes a problem with some inline images (just very small ones maybe?) * importers/.cvsignore: create svn path=/trunk/; revision=8691 --- mail/mail-display.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-display.c') diff --git a/mail/mail-display.c b/mail/mail-display.c index 8304cbc595..cc49a43771 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -856,6 +856,8 @@ on_url_requested (GtkHTML *html, const char *url, GtkHTMLStream *handle, g_return_if_fail (ba != NULL); gtk_html_write (html, handle, ba->data, ba->len); } + + gtk_html_end (html, handle, GTK_HTML_STREAM_OK); } void -- cgit v1.2.3