comparison libpurple/protocols/qq/buddy_list.c @ 15483:0d43518fd943

Port [18179] from markhuetsch: I believe there's a bug in the get_buddies_levels() code that I don't have time to find. Temporarily disable it.
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 01 Feb 2007 15:35:57 +0000
parents 5fe8042783c1
children 32c366eeeb99
comparison
equal deleted inserted replaced
15482:48f3837a9625 15483:0d43518fd943
213 q_bud->port = fe->s->port; 213 q_bud->port = fe->s->port;
214 q_bud->status = fe->s->status; 214 q_bud->status = fe->s->status;
215 q_bud->flag1 = fe->flag1; 215 q_bud->flag1 = fe->flag1;
216 q_bud->comm_flag = fe->comm_flag; 216 q_bud->comm_flag = fe->comm_flag;
217 qq_update_buddy_contact(gc, q_bud); 217 qq_update_buddy_contact(gc, q_bud);
218 } 218 } else {
219 else {
220 gaim_debug(GAIM_DEBUG_ERROR, "QQ", 219 gaim_debug(GAIM_DEBUG_ERROR, "QQ",
221 "Got an online buddy %d, but not in my buddy list\n", fe->s->uid); 220 "Got an online buddy %d, but not in my buddy list\n", fe->s->uid);
222 } 221 }
223 222
224 g_free(fe->s->ip); 223 g_free(fe->s->ip);
232 231
233 if (position != QQ_FRIENDS_ONLINE_POSITION_END) { 232 if (position != QQ_FRIENDS_ONLINE_POSITION_END) {
234 gaim_debug(GAIM_DEBUG_INFO, "QQ", "Has more online buddies, position from %d\n", position); 233 gaim_debug(GAIM_DEBUG_INFO, "QQ", "Has more online buddies, position from %d\n", position);
235 234
236 qq_send_packet_get_buddies_online(gc, position); 235 qq_send_packet_get_buddies_online(gc, position);
237 } 236 } else {
238 else { 237 /* qq_send_packet_get_buddies_levels(gc); */
239 qq_send_packet_get_buddies_levels(gc);
240 qq_refresh_all_buddy_status(gc); 238 qq_refresh_all_buddy_status(gc);
241 } 239 }
242 240
243 } else { 241 } else {
244 gaim_debug(GAIM_DEBUG_ERROR, "QQ", "Error decrypt buddies online"); 242 gaim_debug(GAIM_DEBUG_ERROR, "QQ", "Error decrypt buddies online");