| 479 g_free(cwd); |
479 g_free(cwd); |
| 480 g_free(path); |
480 g_free(path); |
| 481 } |
481 } |
| 482 } |
482 } |
| 483 |
483 |
| |
484 pidgin_debug_init_handler(); |
| |
485 |
| 484 provider = gtk_css_provider_new(); |
486 provider = gtk_css_provider_new(); |
| 485 |
487 |
| 486 search_path = g_build_filename(purple_config_dir(), "gtk-3.0.css", NULL); |
488 search_path = g_build_filename(purple_config_dir(), "gtk-3.0.css", NULL); |
| 487 gtk_css_provider_load_from_path(provider, search_path, &error); |
489 gtk_css_provider_load_from_path(provider, search_path, &error); |
| 488 if(error != NULL) { |
490 if(error != NULL) { |