--- a/src/pounce.c Sat Dec 25 20:24:17 2004 +0000 +++ b/src/pounce.c Sun Dec 26 00:46:26 2004 +0000 @@ -178,13 +178,12 @@ GaimPounce *pounce; GList *l, *l_next; - g_return_if_fail(account != NULL); - + for (l = gaim_pounces_get_all(); l != NULL; l = l_next) { pounce = (GaimPounce *)l->data; l_next = l->next; - + pouncer = gaim_pounce_get_pouncer(pounce); if (pouncer == account) gaim_pounce_destroy(pounce);