pidgin/gtkmain.c

changeset 17104
d3231850edf0
parent 17062
7f0a31be8f7c
child 17105
c0a8e07ee507
child 17121
43d41f5ce17b
child 18068
b6554e3c8224
equal deleted inserted replaced
17103:d7806e6686a7 17104:d3231850edf0
471 #ifdef DEBUG 471 #ifdef DEBUG
472 debug_enabled = TRUE; 472 debug_enabled = TRUE;
473 #else 473 #else
474 debug_enabled = FALSE; 474 debug_enabled = FALSE;
475 #endif 475 #endif
476
477 /* This is the first Glib function call. Make sure to initialize GThread bfeore then */
478 g_thread_init(NULL);
479 476
480 #ifdef ENABLE_NLS 477 #ifdef ENABLE_NLS
481 bindtextdomain(PACKAGE, LOCALEDIR); 478 bindtextdomain(PACKAGE, LOCALEDIR);
482 bind_textdomain_codeset(PACKAGE, "UTF-8"); 479 bind_textdomain_codeset(PACKAGE, "UTF-8");
483 textdomain(PACKAGE); 480 textdomain(PACKAGE);

mercurial