Mercurial > pidgin.yaz
changeset 28436:0400ef272c46
Fixes #10073.
Doesn't need too much coding to fix this. :P
author | Sulabh Mahajan <sulabh@soc.pidgin.im> |
---|---|
date | Mon, 24 Aug 2009 20:31:02 +0000 |
parents | ea6e571ebe4d |
children | 80265d67fc7e |
files | libpurple/protocols/yahoo/libymsg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c Sun Aug 23 10:07:21 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Mon Aug 24 20:31:02 2009 +0000 @@ -4425,7 +4425,7 @@ else yahoo_packet_hash(pkt, "ssssss", 49, "TYPING", 1, purple_connection_get_display_name(gc), 14, " ", 13, state == PURPLE_TYPING ? "1" : "0", - 5, who+4, 1002, "1"); + 5, who, 1002, "1"); yahoo_packet_send_and_free(pkt, yd); }