diff options
Diffstat (limited to 'calendar/gui/e-cal-component-preview.c')
| -rw-r--r-- | calendar/gui/e-cal-component-preview.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-component-preview.c b/calendar/gui/e-cal-component-preview.c index b833ef06ad..94092893ca 100644 --- a/calendar/gui/e-cal-component-preview.c +++ b/calendar/gui/e-cal-component-preview.c @@ -96,6 +96,9 @@ url_requested_cb (GtkHTML *html, const char *url, GtkHTMLStream *stream, gpointe } while (result == GNOME_VFS_OK); gnome_vfs_close (handle); + + if (result == GNOME_VFS_ERROR_EOF) + gtk_html_stream_close (stream, GTK_HTML_STREAM_OK); } } } |
