diff 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
line wrap: on
line diff
--- a/src/gaimrc.c	Fri Jun 13 21:22:46 2003 +0000
+++ b/src/gaimrc.c	Fri Jun 13 23:04:26 2003 +0000
@@ -1619,7 +1619,7 @@
 {
 	GList *l;
 	struct pounce_placeholder *ph;
-	struct gaim_pounce *pounce;
+	GaimPounce *pounce;
 	GaimAccount *account;
 
 	for (l = buddy_pounces; l != NULL; l = l->next) {