comparison src/core.c @ 4501:5a2bc74c283a

[gaim-migrate @ 4776] i found the true cause of the bug. everyone's buddy list should be safe now. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 01 Feb 2003 19:11:41 +0000
parents 3196d9044a45
children 7a2e45719bd0
comparison
equal deleted inserted replaced
4500:f5e7949668a5 4501:5a2bc74c283a
472 { 472 {
473 /* 473 /*
474 GMainLoop *loop; 474 GMainLoop *loop;
475 */ 475 */
476 476
477 gaim_blist_load();
478
477 #ifndef _WIN32 479 #ifndef _WIN32
478 GIOChannel *channel; 480 GIOChannel *channel;
479 481
480 UI_fd = open_socket(); 482 UI_fd = open_socket();
481 if (UI_fd < 0) 483 if (UI_fd < 0)
488 490
489 /* 491 /*
490 loop = g_main_new(TRUE); 492 loop = g_main_new(TRUE);
491 g_main_run(loop); 493 g_main_run(loop);
492 */ 494 */
493
494 gaim_blist_load();
495 495
496 return 0; 496 return 0;
497 } 497 }
498 498
499 void core_quit() 499 void core_quit()