diff libpurple/core.c @ 23008:d3aace801919

merge of '7fd8869cd12ef6b1c4626baf0eb69f81b9564cea' and 'ccdabeaac8ea742c2a9f7d57d2d3b867ce37cb90'
author Ethan Blanton <elb@pidgin.im>
date Mon, 19 May 2008 22:11:41 +0000
parents 9331f4c7f6d8
children 25161f5ea347
line wrap: on
line diff
--- a/libpurple/core.c	Thu May 15 01:32:59 2008 +0000
+++ b/libpurple/core.c	Mon May 19 22:11:41 2008 +0000
@@ -87,6 +87,8 @@
 	wpurple_init();
 #endif
 
+	g_type_init();
+
 	_core = core = g_new0(PurpleCore, 1);
 	core->ui = g_strdup(ui);
 	core->reserved = NULL;