Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv9466/src/protocols/yahoo
Modified Files:
yahoo.c
Log Message:
I like typing notifcation. I think I'll marry it.
Also, if I'm going to go around mentioning gaim on resumes, I can't very
well tell people to look for "KingAnt"... :-)
Index: yahoo.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- yahoo.c 30 Sep 2002 01:05:18 -0000 1.51
+++ yahoo.c 6 Oct 2002 05:01:50 -0000 1.52
@@ -1176,7 +1176,7 @@
yahoo_packet_hash(pkt, 49, "TYPING");
yahoo_packet_hash(pkt, 1, gc->displayname);
yahoo_packet_hash(pkt, 14, " ");
- yahoo_packet_hash(pkt, 13, typ ? "1" : "0");
+ yahoo_packet_hash(pkt, 13, typ == TYPING ? "1" : "0");
yahoo_packet_hash(pkt, 5, who);
yahoo_packet_hash(pkt, 1002, "1");
|