[gaim-migrate @ 15577]

Fri, 10 Feb 2006 15:42:53 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Fri, 10 Feb 2006 15:42:53 +0000
changeset 13214
58fd32eb525f
parent 13213
8dcf2385a862
child 13215
c3e72e316531

[gaim-migrate @ 15577]
The ordering of this struct is now consistent with other prpls.

src/protocols/jabber/presence.c file | annotate | diff | comparison | revisions
--- 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