diff src/protocols/jabber/roster.c @ 9990:bd5517471d99

[gaim-migrate @ 10903] i thought I committed these committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 08 Sep 2004 22:15:23 +0000
parents a9fb4493ae22
children 5683613ea692
line wrap: on
line diff
--- a/src/protocols/jabber/roster.c	Wed Sep 08 20:43:41 2004 +0000
+++ b/src/protocols/jabber/roster.c	Wed Sep 08 22:15:23 2004 +0000
@@ -278,7 +278,7 @@
 	} else if((jbr =jabber_buddy_find_resource(jb, NULL))) {
 		gaim_prpl_got_user_status(gc->account, who,
 				jabber_buddy_state_get_status_id(jbr->state),
-				"priority", jbr->priority, jbr->status ? "message" : NULL, jbr->status);
+				"priority", jbr->priority, jbr->status ? "message" : NULL, jbr->status, NULL);
 	}
 
 	g_free(my_bare_jid);