pidgin/libpidgin.c

branch
soc.2013.gobjectification.plugins
changeset 37134
07746c9a04bf
parent 37133
832cd077145e
parent 35794
973dff96780a
child 37136
cfa7c57f9ca5
equal deleted inserted replaced
37133:832cd077145e 37134:07746c9a04bf
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