# HG changeset patch # User John Bailey # Date 1247933852 0 # Node ID d6377ec7bcd880558792ff3bb756d0808e982d3e # Parent 4bfaf18fcb136c40ad65276800788fb1821a15c8 Oops! We should use YAHOOJP_CLIENT_VERSION if we're a Yahoo JAPAN account; the two client versions may diverge in the future. diff -r 4bfaf18fcb13 -r d6377ec7bcd8 libpurple/protocols/yahoo/yahoochat.c --- a/libpurple/protocols/yahoo/yahoochat.c Sat Jul 18 16:12:12 2009 +0000 +++ b/libpurple/protocols/yahoo/yahoochat.c Sat Jul 18 16:17:32 2009 +0000 @@ -72,7 +72,7 @@ 6, "abcde", /* I'm not sure this is the correct way to set this. */ 98, rll, - 135, YAHOO_CLIENT_VERSION); + 135, yd->jp ? YAHOO_CLIENT_VERSION : YAHOOJP_CLIENT_VERSION); yahoo_packet_send_and_free(pkt, yd); }