Mercurial > pidgin.yaz
changeset 28438:80265d67fc7e
merge of '92e101e3698042e7600729bc09dec9e28f81de8f'
and '930d76b5c3f7e4eacec86cd7b8153fc8299a5bb3'
author | Sulabh Mahajan <sulabh@soc.pidgin.im> |
---|---|
date | Mon, 24 Aug 2009 20:43:09 +0000 |
parents | 30497d814cb9 (current diff) 0400ef272c46 (diff) |
children | e61b10db0044 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c Mon Aug 24 17:23:41 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Mon Aug 24 20:43:09 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); }