Mercurial > pidgin
comparison libpurple/protocols/yahoo/libymsg.c @ 28085: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 | e61b10db0044 |
comparison
equal
deleted
inserted
replaced
28079:ea6e571ebe4d | 28085:0400ef272c46 |
---|---|
4423 14, " ", 13, state == PURPLE_TYPING ? "1" : "0", | 4423 14, " ", 13, state == PURPLE_TYPING ? "1" : "0", |
4424 5, who+4, 1002, "1", 241, "2"); | 4424 5, who+4, 1002, "1", 241, "2"); |
4425 else | 4425 else |
4426 yahoo_packet_hash(pkt, "ssssss", 49, "TYPING", 1, purple_connection_get_display_name(gc), | 4426 yahoo_packet_hash(pkt, "ssssss", 49, "TYPING", 1, purple_connection_get_display_name(gc), |
4427 14, " ", 13, state == PURPLE_TYPING ? "1" : "0", | 4427 14, " ", 13, state == PURPLE_TYPING ? "1" : "0", |
4428 5, who+4, 1002, "1"); | 4428 5, who, 1002, "1"); |
4429 yahoo_packet_send_and_free(pkt, yd); | 4429 yahoo_packet_send_and_free(pkt, yd); |
4430 } | 4430 } |
4431 | 4431 |
4432 return 0; | 4432 return 0; |
4433 } | 4433 } |