pidgin: acfb9101: Initialize the glib type system early in...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Fri May 16 14:25:50 EDT 2008


-----------------------------------------------------------------
Revision: acfb910199a1f3bb2621328feae0a8d1b8c87f77
Ancestor: 2b9f633f5c1ed2b03ef997daecebcd678e399fc2
Author: nosnilmot at pidgin.im
Date: 2008-05-16T18:19:36
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/acfb910199a1f3bb2621328feae0a8d1b8c87f77

Modified files:
        libpurple/core.c

ChangeLog: 

Initialize the glib type system early in purple_core_init() too so UIs
don't need to do it themselves when their UI toolkit doesn't already do so

-------------- next part --------------
============================================================
--- libpurple/core.c	727eb32e4bd785f46eaef1ad51793997803fc5fd
+++ libpurple/core.c	c8ff5cb5e1328c30e30b5d8b2a695b3b70285efc
@@ -87,6 +87,8 @@ purple_core_init(const char *ui)
 	wpurple_init();
 #endif
 
+	g_type_init();
+
 	_core = core = g_new0(PurpleCore, 1);
 	core->ui = g_strdup(ui);
 	core->reserved = NULL;


More information about the Commits mailing list