# HG changeset patch # User Nathan Walp # Date 1083124662 0 # Node ID ebbc39e0050d19eb6715830279086820272ca926 # Parent 51845538653864d6107074d5bde8e8be7e6a3092 [gaim-migrate @ 9605] so hard to find my way now that i'm all on my own committer: Tailor Script diff -r 518455386538 -r ebbc39e0050d src/main.c --- a/src/main.c Wed Apr 28 03:16:40 2004 +0000 +++ b/src/main.c Wed Apr 28 03:57:42 2004 +0000 @@ -841,11 +841,6 @@ gaim_plugins_probe(NULL); - gaim_set_blist(gaim_blist_new()); - gaim_blist_load(); - - gaim_prefs_load(); - /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml * since prefs.xml existed alongside ~/.gaim in 0.64 */ if (!gaim_accounts_load()) { @@ -853,6 +848,11 @@ gaim_prefs_sync(); } + gaim_set_blist(gaim_blist_new()); + gaim_blist_load(); + + gaim_prefs_load(); + gaim_gtk_prefs_rename_old(); /* load plugins we had when we quit */