src/protocols/jabber/presence.c

changeset 13214
58fd32eb525f
parent 12683
9ff688ee3fec
child 13385
6fb64ae23761
--- a/src/protocols/jabber/presence.c	Fri Feb 10 06:07:19 2006 +0000
+++ b/src/protocols/jabber/presence.c	Fri Feb 10 15:42:53 2006 +0000
@@ -171,8 +171,8 @@
 }
 
 struct _jabber_add_permit {
+	GaimConnection *gc;
 	JabberStream *js;
-	GaimConnection *gc;
 	char *who;
 };
 

mercurial