Mercurial > pidgin
changeset 8825:190a5f7f9524
[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 <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 26 Apr 2004 19:19:14 +0000 |
parents | f08245ed03aa |
children | c0f5132fd5a3 |
files | src/main.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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();