use gtkhtml's blocking

2003-09-18  Radek Doulik  <rodo@ximian.com>

	* em-format-html.c (efh_init): use gtkhtml's blocking

svn path=/trunk/; revision=22622
This commit is contained in:
Radek Doulik
2003-09-18 20:48:28 +00:00
committed by Radek Doulik
parent ce155a5b37
commit 2ab6a4ce0b
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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);