aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c1
1 files changed, 1 insertions, 0 deletions
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);