pidgin: 5e69fb5f: Yahoo seems to always send messages enco...
datallah at pidgin.im
datallah at pidgin.im
Tue Jun 3 23:25:48 EDT 2008
-----------------------------------------------------------------
Revision: 5e69fb5f354ed74d6deb6f4d1f6aff46afd8a072
Ancestor: 7c685eb0aa3fae374b80d8431c870353a2f412d0
Author: datallah at pidgin.im
Date: 2008-06-04T03:22:36
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5e69fb5f354ed74d6deb6f4d1f6aff46afd8a072
Modified files:
libpurple/protocols/yahoo/yahoo.c
ChangeLog:
Yahoo seems to always send messages encoded in utf-8 now. Hopefully this
doesn't cause problems with other older clients. Fixes #5973.
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo.c 5b5b0654092c946b0f7a2095d9f337ded071afc3
+++ libpurple/protocols/yahoo/yahoo.c ffd4f5f2e02710d887558574e376d2303d2e5b2e
@@ -777,6 +777,7 @@ static void yahoo_process_message(Purple
list = g_slist_append(list, im);
im->from = pair->value;
im->time = time(NULL);
+ im->utf8 = TRUE;
}
if (pair->key == 97)
if (im)
More information about the Commits
mailing list