libpurple/protocols/mxit/filexfer.c

changeset 32222
4b1bdb9fb712
parent 32219
54da1e496a89
child 32223
dd17dec71a72
--- a/libpurple/protocols/mxit/filexfer.c	Tue Aug 23 20:57:19 2011 +0000
+++ b/libpurple/protocols/mxit/filexfer.c	Tue Aug 23 21:06:12 2011 +0000
@@ -395,7 +395,7 @@
 	while ( item ) {
 		xfer = item->data;
 
-		if ( xfer->account == session->acc ) {
+		if ( purple_xfer_get_account( xfer ) == session->acc ) {
 			/* transfer is associated with this MXit account */
 			struct mxitxfer* mx	= xfer->data;
 

mercurial