diff 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
line wrap: on
line diff
--- 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;
 }