comparison src/main.c @ 5838:6aa7651c7c15

[gaim-migrate @ 6269] regain the ability to remember what plugins we had loaded committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 12 Jun 2003 05:01:11 +0000
parents bd0d0e89cac3
children 8f5ccf9e590a
comparison
equal deleted inserted replaced
5837:a48c338dff6c 5838:6aa7651c7c15
912 if (!gaim_prefs_load()) { 912 if (!gaim_prefs_load()) {
913 load_prefs(); 913 load_prefs();
914 gaim_prefs_sync(); 914 gaim_prefs_sync();
915 } 915 }
916 916
917 /* load plugins we had when we quit */
918 gaim_plugins_load_all();
917 919
918 gaim_accounts_load(); 920 gaim_accounts_load();
919 921
920 #ifdef _WIN32 922 #ifdef _WIN32
921 /* Various win32 initializations */ 923 /* Various win32 initializations */