diff src/protocols/jabber/buddy.c @ 10216:09876d57c520

[gaim-migrate @ 11343] jabber can now set away messages, but can't come back when another account is logged in...someone feel free to clue me in as to what I did wrong committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 20 Nov 2004 05:12:59 +0000
parents 132e8767b2f6
children e0a4b8586cbe
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Sat Nov 20 04:50:16 2004 +0000
+++ b/src/protocols/jabber/buddy.c	Sat Nov 20 05:12:59 2004 +0000
@@ -424,7 +424,7 @@
 
 	gpresence = gaim_account_get_presence(gc->account);
 	status = gaim_presence_get_active_status(gpresence);
-	jabber_presence_send(gc, status);
+	jabber_presence_send(gc->account, status);
 }
 
 /*