aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-component-preview.c
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <poincare@ikezoe.net>2007-08-03 20:01:54 +0800
committerHiroyuki Ikezoe <hiikezoe@src.gnome.org>2007-08-03 20:01:54 +0800
commit657415f900996ed50786c5a48ca5d53d2e571fb1 (patch)
tree4e2e0403477cda0f95342d159b494193564e1228 /calendar/gui/e-cal-component-preview.c
parent5996291b3770c53609e29a771c6c3d54381f19be (diff)
downloadgsoc2013-evolution-657415f900996ed50786c5a48ca5d53d2e571fb1.tar
gsoc2013-evolution-657415f900996ed50786c5a48ca5d53d2e571fb1.tar.gz
gsoc2013-evolution-657415f900996ed50786c5a48ca5d53d2e571fb1.tar.bz2
gsoc2013-evolution-657415f900996ed50786c5a48ca5d53d2e571fb1.tar.lz
gsoc2013-evolution-657415f900996ed50786c5a48ca5d53d2e571fb1.tar.xz
gsoc2013-evolution-657415f900996ed50786c5a48ca5d53d2e571fb1.tar.zst
gsoc2013-evolution-657415f900996ed50786c5a48ca5d53d2e571fb1.zip
** Fix for bug #377173
2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #377173 * gui/e-cal-component-memo-preview.c: * gui/e-cal-component-preview.c: Show category icon correctly. svn path=/trunk/; revision=33944
Diffstat (limited to 'calendar/gui/e-cal-component-preview.c')
-rw-r--r--calendar/gui/e-cal-component-preview.c3
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);
}
}
}