[gaim-migrate @ 5378]

Sat, 05 Apr 2003 12:30:10 +0000

author
Luke Schierer <lschiere@pidgin.im>
date
Sat, 05 Apr 2003 12:30:10 +0000
changeset 5035
a58f1a843992
parent 5034
077678f7b048
child 5036
c4a32508d5b9

[gaim-migrate @ 5378]
cvs compiles again. gotta love the c restriction on where you can declare variables.

src/gaimrc.c file | annotate | diff | comparison | revisions
--- 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);
 

mercurial