/pidgin/main: 396f58546bdb: Restore another buddy name field in ...
Michael McConville
mmcconville at mykolab.com
Sun Jul 26 20:17:13 EDT 2015
Changeset: 396f58546bdb7e3f1472b28ac37e87698fa59496
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-07-26 20:16 -0400
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/396f58546bdb
Description:
Restore another buddy name field in a Yahoo packet. It was also mistakenly removed along with federation (37207:e666f49a3e86). Refs #15907
diffstat:
libpurple/protocols/yahoo/ymsg.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff --git a/libpurple/protocols/yahoo/ymsg.c b/libpurple/protocols/yahoo/ymsg.c
--- a/libpurple/protocols/yahoo/ymsg.c
+++ b/libpurple/protocols/yahoo/ymsg.c
@@ -4459,11 +4459,11 @@ unsigned int yahoo_send_typing(PurpleCon
yahoo_p2p_write_pkt(p2p_data->source, pkt);
yahoo_packet_free(pkt);
}
- else { /* send through yahoo server */
+ else { /* send through yahoo server */
yahoo_packet_hash(pkt, "ssssss", 49, "TYPING", 1, purple_connection_get_display_name(gc),
14, " ", 13, state == PURPLE_IM_TYPING ? "1" : "0",
- 5, 1002, "1");
+ 5, who, 1002, "1");
yahoo_packet_send_and_free(pkt, yd);
}
More information about the Commits
mailing list