diff 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
line wrap: on
line diff
--- a/src/gaimrc.c	Sat Jun 14 23:25:41 2003 +0000
+++ b/src/gaimrc.c	Sat Jun 14 23:50:24 2003 +0000
@@ -1643,7 +1643,7 @@
 		GaimGtkPounceAction actions = GAIM_GTKPOUNCE_NONE;
 		ph = (struct pounce_placeholder *)l->data;
 
-		account = gaim_account_find(ph->pouncer, ph->protocol);
+		account = gaim_accounts_find(ph->pouncer, ph->protocol);
 
 		old_pounce_opts_to_new(ph->options, &events, &actions);