comparison src/main.c @ 8900:7a67c459ab8f

[gaim-migrate @ 9669] Move the preference renameing/removing stuff to prefs.c... It's pretty ugly... but it was ugly before... So now we remove the eradicated prefs. I think. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 07 May 2004 03:25:00 +0000
parents 949107b156fd
children 438e8d857554
comparison
equal deleted inserted replaced
8899:d484f23cd92b 8900:7a67c459ab8f
851 gaim_set_blist(gaim_blist_new()); 851 gaim_set_blist(gaim_blist_new());
852 gaim_blist_load(); 852 gaim_blist_load();
853 853
854 gaim_prefs_load(); 854 gaim_prefs_load();
855 855
856 gaim_gtk_prefs_rename_old(); 856 gaim_prefs_update_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");
860 860
861 gaim_pounces_load(); 861 gaim_pounces_load();