changeset 27856:ea73d3aca380

localized "Away" string may fit UTF8.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 11 Jun 2008 13:37:27 +0000
parents 0e732ea68e50
children 2506d79768b8
files libpurple/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Wed Jun 11 13:04:34 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Wed Jun 11 13:37:27 2008 +0000
@@ -3813,6 +3813,7 @@
 		} else {
 			/* get_yahoo_status_from_purple_status() returns YAHOO_STATUS_CUSTOM for
 			 * the generic away state (YAHOO_STATUS_TYPE_AWAY) with no message */
+			yahoo_packet_hash_str(pkt, 97, utf8 ? "1" : 0);
 			yahoo_packet_hash_str(pkt, 19, _("Away"));
 		}
 	} else {