| 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); |