comparison src/gaimrc.c @ 5857:2fa4aa9c1885

[gaim-migrate @ 6288] Renamed the pounce structures and typedefs to be in sync with the rest of the API. Also added some g_return_*_if_fail() checks in place of the if statements we had. I'll try to get pounces working again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 13 Jun 2003 23:04:26 +0000
parents eeb72d03e189
children 96e5b32e75ad
comparison
equal deleted inserted replaced
5856:a479e218c54b 5857:2fa4aa9c1885
1617 void 1617 void
1618 load_pounces() 1618 load_pounces()
1619 { 1619 {
1620 GList *l; 1620 GList *l;
1621 struct pounce_placeholder *ph; 1621 struct pounce_placeholder *ph;
1622 struct gaim_pounce *pounce; 1622 GaimPounce *pounce;
1623 GaimAccount *account; 1623 GaimAccount *account;
1624 1624
1625 for (l = buddy_pounces; l != NULL; l = l->next) { 1625 for (l = buddy_pounces; l != NULL; l = l->next) {
1626 GaimPounceEvent events = GAIM_POUNCE_NONE; 1626 GaimPounceEvent events = GAIM_POUNCE_NONE;
1627 GaimGtkPounceAction actions = GAIM_GTKPOUNCE_NONE; 1627 GaimGtkPounceAction actions = GAIM_GTKPOUNCE_NONE;