/pidgin/main: 63581dad3ef3: Restore buddy name field in Yahoo pa...
Michael McConville
mmcconville at mykolab.com
Sat Jul 25 17:48:23 EDT 2015
Changeset: 63581dad3ef30373380b333ec202e6988c979fe5
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-07-25 17:47 -0400
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/63581dad3ef3
Description:
Restore buddy name field in Yahoo packet. It was mistakenly removed along with federation (37207:e666f49a3e86). Refs #15907
diffstat:
libpurple/protocols/yahoo/ymsg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 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
@@ -4733,7 +4733,7 @@ void yahoo_add_buddy(PurpleConnection *g
1, purple_connection_get_display_name(gc),
302, "319",
300, "319",
- 7,
+ 7, bname,
334, "0",
301, "319",
303, "319");
More information about the Commits
mailing list