applied changes from 7c685eb0aa3fae374b80d8431c870353a2f412d0 release-2.4.3

Thu, 19 Jun 2008 03:10:06 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 19 Jun 2008 03:10:06 +0000
branch
release-2.4.3
changeset 23165
6128c9bf91bf
parent 23164
8ea4a327f5f5
child 23166
b428e8182997

applied changes from 7c685eb0aa3fae374b80d8431c870353a2f412d0
through 5e69fb5f354ed74d6deb6f4d1f6aff46afd8a072

libpurple/protocols/yahoo/yahoo.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/yahoo/yahoo.c	Thu Jun 19 03:09:38 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Thu Jun 19 03:10:06 2008 +0000
@@ -777,6 +777,7 @@
 				list = g_slist_append(list, im);
 				im->from = pair->value;
 				im->time = time(NULL);
+				im->utf8 = TRUE;
 			}
 			if (pair->key == 97)
 				if (im)

mercurial