comparison src/account.c @ 9285:7a8aa87164ae

[gaim-migrate @ 10088] Ok I'm done. This started out as shx's patch to make add/remove buddy/buddies take GaimBuddy and GaimGroup's in various places. I think his diff was like 2000 lines and mine is like 5000. I tried to clean up blist.c a bit and make it more uniform. There are some more g_return_if_fail() checks. Removed some code that was deprecated--it's probably been long enough. Removed some #include <multi.h>'s. Make blist.xml saving happen on a timer, like prefs.xml and accounts.xml. Sorry if this doesn't merge cleanly with whatever you're doing. People should really test this a lot. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 02:37:27 +0000
parents 3d30ed8dc7b0
children 2c6af2767fcf
comparison
equal deleted inserted replaced
9284:fe0291162312 9285:7a8aa87164ae
1480 if (c->account == account) 1480 if (c->account == account)
1481 gaim_blist_remove_chat(c); 1481 gaim_blist_remove_chat(c);
1482 } 1482 }
1483 } 1483 }
1484 } 1484 }
1485 gaim_blist_save();
1486 1485
1487 /* Remove this account's pounces */ 1486 /* Remove this account's pounces */
1488 gaim_pounce_destroy_all_by_account(account); 1487 gaim_pounce_destroy_all_by_account(account);
1489 1488
1490 gaim_account_destroy(account); 1489 gaim_account_destroy(account);