diff libpurple/protocols/msn/slplink.c @ 29896:cb9afb16cc3d

Fix MSN FT for UIs that use our abstract FT stuff in ways that are slightly different from Pidgin. Fixes #11595. committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author hanzz@soc.pidgin.im
date Tue, 11 May 2010 01:21:49 +0000
parents afc9cec164e4
children 94c380160595 3f6daa187665
line wrap: on
line diff
--- a/libpurple/protocols/msn/slplink.c	Mon May 10 23:14:05 2010 +0000
+++ b/libpurple/protocols/msn/slplink.c	Tue May 11 01:21:49 2010 +0000
@@ -344,6 +344,7 @@
 		if (slpmsg->slpcall->xfer && purple_xfer_get_status(slpmsg->slpcall->xfer) == PURPLE_XFER_STATUS_STARTED)
 		{
 			slpmsg->slpcall->xfer_msg = slpmsg;
+			msn_message_ref(msg);
 			purple_xfer_prpl_ready(slpmsg->slpcall->xfer);
 		}
 		else