Mercurial > pidgin
diff libpurple/protocols/msn/slplink.c @ 30805:dfada77da5cb
Reomove MsnMessage reference from DirectConn.
author | masca@cpw.pidgin.im |
---|---|
date | Thu, 17 Jun 2010 19:54:52 +0000 |
parents | 0f26d510af1b |
children | 07a9356ad2e0 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slplink.c Thu Jun 17 18:04:42 2010 +0000 +++ b/libpurple/protocols/msn/slplink.c Thu Jun 17 19:54:52 2010 +0000 @@ -278,6 +278,7 @@ msn_sbconn_send_part(slplink, part); } } +#if 0 void msn_slplink_send_msg(MsnSlpLink *slplink, MsnMessage *msg) { @@ -290,6 +291,7 @@ msn_sbconn_send_msg(slplink, msg); } } +#endif void msn_slplink_send_msgpart(MsnSlpLink *slplink, MsnSlpMessage *slpmsg) @@ -301,6 +303,7 @@ /* Maybe we will want to create a new msg for this slpmsg instead of * reusing the same one all the time. */ part = msn_slpmsgpart_new(slpmsg->header, slpmsg->footer); + part->ack_data = slpmsg; real_size = (slpmsg->flags == P2P_ACK) ? 0 : slpmsg->size;