comparison src/main.c @ 8839:ebbc39e0050d

[gaim-migrate @ 9605] so hard to find my way now that i'm all on my own committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 28 Apr 2004 03:57:42 +0000
parents 190a5f7f9524
children 949107b156fd
comparison
equal deleted inserted replaced
8838:518455386538 8839:ebbc39e0050d
839 839
840 g_free(plugin_search_paths[2]); 840 g_free(plugin_search_paths[2]);
841 841
842 gaim_plugins_probe(NULL); 842 gaim_plugins_probe(NULL);
843 843
844 gaim_set_blist(gaim_blist_new());
845 gaim_blist_load();
846
847 gaim_prefs_load();
848
849 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml 844 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml
850 * since prefs.xml existed alongside ~/.gaim in 0.64 */ 845 * since prefs.xml existed alongside ~/.gaim in 0.64 */
851 if (!gaim_accounts_load()) { 846 if (!gaim_accounts_load()) {
852 load_prefs(); 847 load_prefs();
853 gaim_prefs_sync(); 848 gaim_prefs_sync();
854 } 849 }
850
851 gaim_set_blist(gaim_blist_new());
852 gaim_blist_load();
853
854 gaim_prefs_load();
855 855
856 gaim_gtk_prefs_rename_old(); 856 gaim_gtk_prefs_rename_old();
857 857
858 /* load plugins we had when we quit */ 858 /* load plugins we had when we quit */
859 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); 859 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded");