comparison src/core.c @ 4349:0c68d402f59f

[gaim-migrate @ 4614] XML Blist Gaim stores all the buddy lists in one big happy file now. You can order the buddies however you want, and they'll stay ordered that way. We can also store some per-buddy information now, which will be cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 19 Jan 2003 22:16:52 +0000
parents 4b04ecb3eb97
children 3196d9044a45
comparison
equal deleted inserted replaced
4348:922b66840a51 4349:0c68d402f59f
54 #ifndef _WIN32 54 #ifndef _WIN32
55 static gint UI_fd = -1; 55 static gint UI_fd = -1;
56 #endif 56 #endif
57 int gaim_session = 0; 57 int gaim_session = 0;
58 GSList *uis = NULL; 58 GSList *uis = NULL;
59 GSList *groups = NULL;
59 60
60 static guchar *UI_build(guint32 *len, guchar type, guchar subtype, va_list args) 61 static guchar *UI_build(guint32 *len, guchar type, guchar subtype, va_list args)
61 { 62 {
62 guchar *buffer; 63 guchar *buffer;
63 guint32 pos; 64 guint32 pos;
488 /* 489 /*
489 loop = g_main_new(TRUE); 490 loop = g_main_new(TRUE);
490 g_main_run(loop); 491 g_main_run(loop);
491 */ 492 */
492 493
494 gaim_blist_load();
495
493 return 0; 496 return 0;
494 } 497 }
495 498
496 void core_quit() 499 void core_quit()
497 { 500 {