Mercurial > pidgin.yaz
changeset 17546:55ded28f6640
merge of 'a07c6d482eb3c45f4ce691c86eb09a2a79786cd9'
and 'ca9398713c48d4c1ba22fe3b6844d0cd1f6b40eb'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 31 May 2007 20:24:27 +0000 |
parents | e7595d13fd63 (current diff) b23999491c64 (diff) |
children | 42444b7071d3 98dd7d5b646a |
files | |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkmain.c Thu May 31 20:22:43 2007 +0000 +++ b/pidgin/gtkmain.c Thu May 31 20:24:27 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);