pidgin/libpidgin.c

changeset 35794
973dff96780a
parent 35781
8c621fbbee8e
child 35850
1abeda205d6c
child 37134
07746c9a04bf
equal deleted inserted replaced
35793:4a11e5ecb4ca 35794:973dff96780a
686 /* 686 /*
687 * We're done piddling around with command line arguments. 687 * We're done piddling around with command line arguments.
688 * Fire up this baby. 688 * Fire up this baby.
689 */ 689 */
690 690
691 if (g_getenv("PIDGIN_DEBUG_COLORED") != NULL)
692 debug_colored = TRUE;
691 purple_debug_set_enabled(debug_enabled); 693 purple_debug_set_enabled(debug_enabled);
692 purple_debug_set_colored(debug_colored); 694 purple_debug_set_colored(debug_colored);
693 695
694 #if !GTK_CHECK_VERSION(3,0,0) 696 #if !GTK_CHECK_VERSION(3,0,0)
695 search_path = g_build_filename(purple_user_dir(), "gtkrc-2.0", NULL); 697 search_path = g_build_filename(purple_user_dir(), "gtkrc-2.0", NULL);

mercurial