Mercurial > pidgin
diff src/protocols/msn/switchboard.c @ 10806:58c84363c8ae
[gaim-migrate @ 12455]
Fix MSN multi user chats
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 10 Apr 2005 16:49:05 +0000 |
parents | 888d4c328be5 |
children | 95fa774d216d |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Sun Apr 10 02:22:15 2005 +0000 +++ b/src/protocols/msn/switchboard.c Sun Apr 10 16:49:05 2005 +0000 @@ -226,12 +226,10 @@ swboard->current_users); #endif - if (!(swboard->flag & MSN_SB_FLAG_IM)) + if (!(swboard->flag & MSN_SB_FLAG_IM) && (swboard->conv != NULL)) { /* This is a helper switchboard. */ - if (swboard->conv != NULL) - gaim_debug_error("msn", "switchboard_add_user: conv != NULL\n"); - + gaim_debug_error("msn", "switchboard_add_user: conv != NULL\n"); return; } @@ -261,7 +259,7 @@ cmdproc->session->conv_seq++; swboard->chat_id = cmdproc->session->conv_seq; - + swboard->flag |= MSN_SB_FLAG_IM; swboard->conv = serv_got_joined_chat(account->gc, swboard->chat_id, "MSN Chat");