diff src/protocols/yahoo/yahoo.c @ 3768:f53370197bb9

[gaim-migrate @ 3907] Tri-state typing notification (typing, typed, and no longer typing) by Nathan D. Walp committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 20 Oct 2002 19:38:36 +0000
parents 34c95669952f
children 3fdfe7872118
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sun Oct 20 19:08:21 2002 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sun Oct 20 19:38:36 2002 +0000
@@ -538,7 +538,7 @@
 	
 	if (!g_strncasecmp(msg, "TYPING", strlen("TYPING"))) {
 		if (*stat == '1')
-			serv_got_typing(gc, from, 0);
+			serv_got_typing(gc, from, 0, TYPING);
 		else
 			serv_got_typing_stopped(gc, from);
 	} else if (!g_strncasecmp(msg, "GAME", strlen("GAME"))) {