# HG changeset patch # User Evan Schoenberg # Date 1139586173 0 # Node ID 371f353f7d99599bd75e8fa8a5785cb55833abfe # Parent 64bae3cbec8dac3612ee92e13e200a92410a1b08 [gaim-migrate @ 15577] The ordering of this struct is now consistent with other prpls. committer: Tailor Script diff -r 64bae3cbec8d -r 371f353f7d99 src/protocols/jabber/presence.c --- 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; };