pidgin/pidginapplication.c

changeset 41117
6dc7e403f8f2
parent 41106
a9588f5aef2f
child 41127
cd297cfc56f3
equal deleted inserted replaced
41116:dff0811ff40c 41117:6dc7e403f8f2
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) {

mercurial