comparison src/protocols/msn/slplink.c @ 10346:bbf738a0ce7b

[gaim-migrate @ 11560] More more MSN bug fixes from Felipe Contreras, and I fixed up the display of messages that failed to send so that it matches what you tried to send and doesn't have kittens with html entities and such. I added a GAIM_MESSAGE_RAW type in HEAD to make the display of such messages even more accurate, but I don't think such a cosmetic change, which would bump us to 1.2.0, is all that important for oldstatus. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 12 Dec 2004 17:37:36 +0000
parents 2e01c503aa4f
children 088633feb846
comparison
equal deleted inserted replaced
10345:2e01c503aa4f 10346:bbf738a0ce7b
207 slplink->remote_user); 207 slplink->remote_user);
208 208
209 if (slplink->swboard == NULL) 209 if (slplink->swboard == NULL)
210 return; 210 return;
211 211
212 /* If swboard is destroyed we will too */ 212 /* If swboard is destroyed we will be too */
213 slplink->swboard->slplink = slplink; 213 slplink->swboard->slplink = slplink;
214 } 214 }
215 215
216 if (!g_queue_is_empty(slplink->swboard->im_queue) || 216 if (!g_queue_is_empty(slplink->swboard->im_queue) ||
217 slplink->swboard->empty) 217 slplink->swboard->empty)