Make sure tag processing functions are initialized
This commit is contained in:
parent
786f4e6762
commit
d1b1d7f97e
@ -414,6 +414,7 @@ moo_html_get_data (gpointer object)
|
||||
|
||||
if (!data)
|
||||
{
|
||||
init_funcs ();
|
||||
data = moo_html_data_new ();
|
||||
g_object_set_data_full (object, "moo-html-data", data,
|
||||
(GDestroyNotify) moo_html_data_free);
|
||||
|
Loading…
x
Reference in New Issue
Block a user