diff libgaim/protocols/qq/buddy_list.c @ 15072:902f3621aa13

[gaim-migrate @ 17855] Use the QQ faces as buddy icons instead of status icons. Also, a few minor cleanups and a bug fix for faces > 33. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 30 Nov 2006 10:30:13 +0000
parents c039c920e11c
children e952a5fc97b3
line wrap: on
line diff
--- a/libgaim/protocols/qq/buddy_list.c	Thu Nov 30 10:19:09 2006 +0000
+++ b/libgaim/protocols/qq/buddy_list.c	Thu Nov 30 10:30:13 2006 +0000
@@ -271,7 +271,7 @@
 			/* 000-003: uid */
 			bytes += read_packet_dw(data, &cursor, len, &q_bud->uid);
 			/* 004-005: icon index (1-255) */
-			bytes += read_packet_w(data, &cursor, len, &q_bud->icon);
+			bytes += read_packet_w(data, &cursor, len, &q_bud->face);
 			/* 006-006: age */
 			bytes += read_packet_b(data, &cursor, len, &q_bud->age);
 			/* 007-007: gender */