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:

committed by
Radek Doulik

parent
ce155a5b37
commit
2ab6a4ce0b
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user