changeset 6027:264028967b24

[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 <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Jul 2003 07:30:51 +0000
parents 01dd6b652c22
children 98407c5019e9
files src/protocols/msn/switchboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);