comparison src/gaimrc.c @ 5874:964e4f94fc56

[gaim-migrate @ 6306] Moved gaim_account_find() from util.[ch] to gaim_accounts_find() in account.[ch]. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:50:24 +0000
parents 059d95c67cda
children 448f2f4ca3ec
comparison
equal deleted inserted replaced
5873:a18e88c4dace 5874:964e4f94fc56
1641 for (l = buddy_pounces; l != NULL; l = l->next) { 1641 for (l = buddy_pounces; l != NULL; l = l->next) {
1642 GaimPounceEvent events = GAIM_POUNCE_NONE; 1642 GaimPounceEvent events = GAIM_POUNCE_NONE;
1643 GaimGtkPounceAction actions = GAIM_GTKPOUNCE_NONE; 1643 GaimGtkPounceAction actions = GAIM_GTKPOUNCE_NONE;
1644 ph = (struct pounce_placeholder *)l->data; 1644 ph = (struct pounce_placeholder *)l->data;
1645 1645
1646 account = gaim_account_find(ph->pouncer, ph->protocol); 1646 account = gaim_accounts_find(ph->pouncer, ph->protocol);
1647 1647
1648 old_pounce_opts_to_new(ph->options, &events, &actions); 1648 old_pounce_opts_to_new(ph->options, &events, &actions);
1649 1649
1650 pounce = gaim_gtkpounce_new(account, ph->name, events); 1650 pounce = gaim_gtkpounce_new(account, ph->name, events);
1651 1651