# HG changeset patch # User Luke Schierer # Date 1049545810 0 # Node ID 628681ec8a5eea2047925b1df8faf9be7100e7de # Parent 4691c5936c012887aea7e8225a274e96d825e016 [gaim-migrate @ 5378] cvs compiles again. gotta love the c restriction on where you can declare variables. committer: Tailor Script diff -r 4691c5936c01 -r 628681ec8a5e src/gaimrc.c --- a/src/gaimrc.c Sat Apr 05 10:45:32 2003 +0000 +++ b/src/gaimrc.c Sat Apr 05 12:30:10 2003 +0000 @@ -1623,9 +1623,9 @@ debug_printf("*** Loading pounces...\n"); for (l = buddy_pounces; l != NULL; l = l->next) { - ph = (struct pounce_placeholder *)l->data; GaimPounceEvent events = GAIM_POUNCE_NONE; GaimGtkPounceAction actions = GAIM_GTKPOUNCE_NONE; + ph = (struct pounce_placeholder *)l->data; account = gaim_account_find(ph->pouncer, ph->protocol);