# HG changeset patch
# User Nathan Walp <nwalp@pidgin.im>
# Date 1044126701 0
# Node ID 5a2bc74c283a8a6d5c6bcefb93b4985a2e175883
# Parent  f5e7949668a50bf837c120f9be5eac50fc749e97
[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>

diff -r f5e7949668a5 -r 5a2bc74c283a src/core.c
--- a/src/core.c	Sat Feb 01 02:54:55 2003 +0000
+++ b/src/core.c	Sat Feb 01 19:11:41 2003 +0000
@@ -474,6 +474,8 @@
 	GMainLoop *loop;
 	 */
 
+	gaim_blist_load();
+
 #ifndef _WIN32
 	GIOChannel *channel;
 
@@ -491,8 +493,6 @@
 	g_main_run(loop);
 	 */
 
-	gaim_blist_load();
-
 	return 0;
 }