--- 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;