disapproval of revision 'd3231850edf096c5afacfab40b53717b34098355'

Thu, 31 May 2007 18:28:05 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Thu, 31 May 2007 18:28:05 +0000
changeset 17105
c0a8e07ee507
parent 17104
d3231850edf0
child 17489
5a536db178db

disapproval of revision 'd3231850edf096c5afacfab40b53717b34098355'

pidgin/gtkmain.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkmain.c	Sat May 12 19:14:14 2007 +0000
+++ b/pidgin/gtkmain.c	Thu May 31 18:28:05 2007 +0000
@@ -473,6 +473,9 @@
 #else
 	debug_enabled = FALSE;
 #endif
+
+	/* This is the first Glib function call. Make sure to initialize GThread bfeore then */
+	g_thread_init(NULL);
 	
 #ifdef ENABLE_NLS
 	bindtextdomain(PACKAGE, LOCALEDIR);

mercurial