Mercurial > pidgin
changeset 17062:2649c2ffc0d4
Revert g_thread_init as it didn't help Luke
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 12 May 2007 19:14:14 +0000 |
parents | cb4380df3005 |
children | 1ae4c1a45750 57e81bfeab3d |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkmain.c Sat May 12 17:38:04 2007 +0000 +++ b/pidgin/gtkmain.c Sat May 12 19:14:14 2007 +0000 @@ -473,9 +473,6 @@ #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);