# HG changeset patch # User Sean Egan # Date 1083007154 0 # Node ID 190a5f7f95245e6c401dbcca5eaee5d684c926c0 # Parent f08245ed03aa5580077bb6877e186c27becdfc70 [gaim-migrate @ 9589] Load the buddy list before the prefs, so that when plugins load they can iterate the buddy list if they need to without resorting to a hack. committer: Tailor Script diff -r f08245ed03aa -r 190a5f7f9524 src/main.c --- a/src/main.c Mon Apr 26 16:58:07 2004 +0000 +++ b/src/main.c Mon Apr 26 19:19:14 2004 +0000 @@ -841,6 +841,9 @@ 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 @@ -858,9 +861,6 @@ gaim_pounces_load(); gaim_status_load(); - gaim_set_blist(gaim_blist_new()); - gaim_blist_load(); - load_pounces(); ui_main();