comparison libgaim/win32/win32dep.c @ 14722:51685370de57

[gaim-migrate @ 17476] Implement the network manager stuff for wingaim. Also, fix some assertions and fix the freeing of the autorecon data without removing it from the hash. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 13 Oct 2006 02:31:36 +0000
parents 7635195195c0
children 95246f6b6414
comparison
equal deleted inserted replaced
14721:90882b641dda 14722:51685370de57
442 wgaim_install_dir()); 442 wgaim_install_dir());
443 if (!g_setenv("PERL5LIB", newenv, TRUE)) 443 if (!g_setenv("PERL5LIB", newenv, TRUE))
444 gaim_debug(GAIM_DEBUG_WARNING, "wgaim", "putenv failed\n"); 444 gaim_debug(GAIM_DEBUG_WARNING, "wgaim", "putenv failed\n");
445 g_free(newenv); 445 g_free(newenv);
446 446
447 if (!g_thread_supported())
448 g_thread_init(NULL);
449
447 gaim_debug(GAIM_DEBUG_INFO, "wgaim", "wgaim_init end\n"); 450 gaim_debug(GAIM_DEBUG_INFO, "wgaim", "wgaim_init end\n");
448 } 451 }
449 452
450 /* Windows Cleanup */ 453 /* Windows Cleanup */
451 454