Mercurial > pidgin
changeset 17411:57e81bfeab3d
disapproval of revision '3ac5981b26be545a8c546e09b6689c2359fad1bb'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 31 May 2007 18:28:05 +0000 |
parents | 2649c2ffc0d4 |
children | b23999491c64 |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);