comparison src/main.c @ 6065:3a40666c08b4

[gaim-migrate @ 6515] These be away messages. They don't do nothing that the old away messages ain't done, but they save themselves in ~/.gaim/status.xml instead of ~/.gaimrc. Astute CVS watchers will have noticed a bit of a trend like that. So in the future status.xml will have all sorts of cool stuff (I have big plans) but it's kinda boring for now. Also, I should've done this weeks ago. I should stop being busy. I'd like to give a shoutout to my boy Rob Flynn, keepin' it real in Atlanta. You know you my boy, Dawg. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 08 Jul 2003 23:48:10 +0000
parents 547ba881bc7e
children 99f4bbeb27bc
comparison
equal deleted inserted replaced
6064:ed3c3c38e182 6065:3a40666c08b4
891 891
892 /* load plugins we had when we quit */ 892 /* load plugins we had when we quit */
893 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); 893 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded");
894 894
895 gaim_pounces_load(); 895 gaim_pounces_load();
896 gaim_status_load();
896 897
897 #ifdef _WIN32 898 #ifdef _WIN32
898 /* Various win32 initializations */ 899 /* Various win32 initializations */
899 wgaim_init(); 900 wgaim_init();
900 #endif 901 #endif