From: Sean E. <sea...@us...> - 2002-05-06 16:47:54
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv13436/src Modified Files: buddy_chat.c Log Message: I mean this. Index: buddy_chat.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy_chat.c,v retrieving revision 1.143 retrieving revision 1.144 diff -u -d -r1.143 -r1.144 --- buddy_chat.c 6 May 2002 16:47:27 -0000 1.143 +++ buddy_chat.c 6 May 2002 16:47:50 -0000 1.144 @@ -724,7 +724,7 @@ if ((flag & WFLAG_RECV) && find_nick(b->gc, message)) { play_sound(SND_CHAT_NICK); flag |= WFLAG_NICK; - + } write_to_conv(b, message, flag, who, mtime, -1); } |