aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/em-format-html.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8483ed60ac..ba8f027510 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-18 Radek Doulik <rodo@ximian.com>
+
+ * em-format-html.c (efh_init): use gtkhtml's blocking
+
2003-09-18 Jeffrey Stedfast <fejj@ximian.com>
* em-inline-filter.c: updated for CamelTransferEncoding namespace
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 69d5a5497a..a8cf6c85c3 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -122,6 +122,7 @@ efh_init(GObject *o)
efh->priv->text_inline_parts = g_hash_table_new(NULL, NULL);
efh->html = (GtkHTML *)gtk_html_new();
+ gtk_html_set_blocking (efh->html, TRUE);
g_object_ref(efh->html);
gtk_object_sink((GtkObject *)efh->html);