diff 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
line wrap: on
line diff
--- a/src/core.c	Sun Jan 19 22:03:57 2003 +0000
+++ b/src/core.c	Sun Jan 19 22:16:52 2003 +0000
@@ -56,6 +56,7 @@
 #endif
 int gaim_session = 0;
 GSList *uis = NULL;
+GSList *groups = NULL;
 
 static guchar *UI_build(guint32 *len, guchar type, guchar subtype, va_list args)
 {
@@ -490,6 +491,8 @@
 	g_main_run(loop);
 	 */
 
+	gaim_blist_load();
+
 	return 0;
 }