Mercurial > pidgin.yaz
comparison src/main.c @ 5866:d6b5cab288bb
[gaim-migrate @ 6297]
Pounces are now imported and saved to disk. However, they are not yet
loaded. I'll get to that tomorrow (later today? awwww!)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 14 Jun 2003 11:55:15 +0000 |
parents | 022786c7ab53 |
children | 059d95c67cda |
comparison
equal
deleted
inserted
replaced
5865:412c5a0f9ef1 | 5866:d6b5cab288bb |
---|---|
837 | 837 |
838 /* load plugins we had when we quit */ | 838 /* load plugins we had when we quit */ |
839 gaim_plugins_load_saved(); | 839 gaim_plugins_load_saved(); |
840 | 840 |
841 gaim_accounts_load(); | 841 gaim_accounts_load(); |
842 gaim_pounces_load(); | |
842 | 843 |
843 #ifdef _WIN32 | 844 #ifdef _WIN32 |
844 /* Various win32 initializations */ | 845 /* Various win32 initializations */ |
845 wgaim_init(); | 846 wgaim_init(); |
846 #endif | 847 #endif |