diff src/protocols/jabber/jabber.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 a20bf3d247ff
children 303e40b66b96
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Sun Oct 20 19:08:21 2002 +0000
+++ b/src/protocols/jabber/jabber.c	Sun Oct 20 19:38:36 2002 +0000
@@ -1348,7 +1348,7 @@
 			/* a non-message message! */
 			from = g_strdup_printf("%s@%s", p->from->user, p->from->server);
 			if(typing)
-				serv_got_typing(GJ_GC(gjc), from, 0);
+				serv_got_typing(GJ_GC(gjc), from, 0, TYPING);
 			else
 				serv_got_typing_stopped(GJ_GC(gjc), from);
 			g_free(from);