comparison src/protocols/msn/cmdproc.c @ 10345:2e01c503aa4f

[gaim-migrate @ 11556] Patch 1078151 from Felipe Contreras to fix some more MSN bugs: "User Dislpay messages, and other less used, did not set an slpcall, so the callback that should not be called, was called (in some very special cases)." ... "Here it goes the real real one, as far as I can tell. Cleaning + organizing + documentation + hard bug fix = big patch." -- Felipe Contreras I also fixed drag-and-drop to conversation window file transfers (which I had broken when I fixed some other dnd thing), made the debug output of the autoreconnect plugin more useful, and stopped the message notification plugin notifying you for messages sent by ignored users. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 11 Dec 2004 20:01:58 +0000
parents 926bd0e5f487
children e5455f1dc9b6
comparison
equal deleted inserted replaced
10344:5976491e07a7 10345:2e01c503aa4f
220 } 220 }
221 221
222 void 222 void
223 msn_cmdproc_process_msg(MsnCmdProc *cmdproc, MsnMessage *msg) 223 msn_cmdproc_process_msg(MsnCmdProc *cmdproc, MsnMessage *msg)
224 { 224 {
225 MsnMsgCb cb; 225 MsnMsgTypeCb cb;
226 226
227 if (msn_message_get_content_type(msg) == NULL) 227 if (msn_message_get_content_type(msg) == NULL)
228 { 228 {
229 gaim_debug_misc("msn", "failed to find message content\n"); 229 gaim_debug_misc("msn", "failed to find message content\n");
230 return; 230 return;