comparison libgaim/protocols/qq/buddy_list.c @ 15139:e952a5fc97b3

[gaim-migrate @ 17924] Added support for QQ levels Allow 3rd party clients to specify the location of the buddy icon dir Minor code cleanup committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sat, 09 Dec 2006 06:34:48 +0000
parents 902f3621aa13
children
comparison
equal deleted inserted replaced
15138:2409a2508650 15139:e952a5fc97b3
26 #include "debug.h" 26 #include "debug.h"
27 27
28 #include "notify.h" 28 #include "notify.h"
29 #include "utils.h" 29 #include "utils.h"
30 #include "packet_parse.h" 30 #include "packet_parse.h"
31 #include "buddy_info.h"
31 #include "buddy_list.h" 32 #include "buddy_list.h"
32 #include "buddy_status.h" 33 #include "buddy_status.h"
33 #include "buddy_opt.h" 34 #include "buddy_opt.h"
34 #include "char_conv.h" 35 #include "char_conv.h"
35 #include "crypt.h" 36 #include "crypt.h"
233 gaim_debug(GAIM_DEBUG_INFO, "QQ", "Has more online buddies, position from %d\n", position); 234 gaim_debug(GAIM_DEBUG_INFO, "QQ", "Has more online buddies, position from %d\n", position);
234 235
235 qq_send_packet_get_buddies_online(gc, position); 236 qq_send_packet_get_buddies_online(gc, position);
236 } 237 }
237 else { 238 else {
239 qq_send_packet_get_buddies_levels(gc);
238 qq_refresh_all_buddy_status(gc); 240 qq_refresh_all_buddy_status(gc);
239 } 241 }
240 242
241 } else { 243 } else {
242 gaim_debug(GAIM_DEBUG_ERROR, "QQ", "Error decrypt buddies online"); 244 gaim_debug(GAIM_DEBUG_ERROR, "QQ", "Error decrypt buddies online");