# HG changeset patch # User Christian Hammond # Date 1057390251 0 # Node ID 264028967b244b64eb7e3994f2980350ec48f34e # Parent 01dd6b652c22ed57b3ac95a21a1a37cb2f3a3ac4 [gaim-migrate @ 6477] Incoming messages in a chat from people other than the first person in the chat are no longer marked as Whispers. committer: Tailor Script diff -r 01dd6b652c22 -r 264028967b24 src/protocols/msn/switchboard.c --- a/src/protocols/msn/switchboard.c Sat Jul 05 07:16:22 2003 +0000 +++ b/src/protocols/msn/switchboard.c Sat Jul 05 07:30:51 2003 +0000 @@ -325,7 +325,7 @@ if (swboard->chat != NULL) serv_got_chat_in(gc, gaim_chat_get_id(GAIM_CHAT(swboard->chat)), - servconn->msg_passport, flags, body, time(NULL)); + servconn->msg_passport, 0, body, time(NULL)); else serv_got_im(gc, servconn->msg_passport, body, flags, time(NULL), -1);