Mercurial > pidgin.yaz
comparison pidgin/gtkmain.c @ 17712:43a55528ff26
propagate from branch 'im.pidgin.pidgin' (head b5c55520ae8ff7186733fd82db23a6e4452976cc)
to branch 'im.pidgin.soc.2007.finchfeat' (head 93037197c5356731d62e75b4050ca7d01b1017d6)
author | Eric Polino <aluink@pidgin.im> |
---|---|
date | Mon, 04 Jun 2007 15:12:50 +0000 |
parents | 57e81bfeab3d |
children | 1f060ef64f77 fbebe15c91a7 295777a9e2a4 |
comparison
equal
deleted
inserted
replaced
17543:223a4fca43a1 | 17712:43a55528ff26 |
---|---|
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); | |
476 | 479 |
477 #ifdef ENABLE_NLS | 480 #ifdef ENABLE_NLS |
478 bindtextdomain(PACKAGE, LOCALEDIR); | 481 bindtextdomain(PACKAGE, LOCALEDIR); |
479 bind_textdomain_codeset(PACKAGE, "UTF-8"); | 482 bind_textdomain_codeset(PACKAGE, "UTF-8"); |
480 textdomain(PACKAGE); | 483 textdomain(PACKAGE); |