comparison libpurple/protocols/qq/buddy_list.c @ 24021:6408be948d56

disapproval of revision '92d52eef2994d2697999177804e3665989cfa352'
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 15 Sep 2008 03:03:59 +0000
parents 2f5a7edd8f68
children 5c030dc88356
comparison
equal deleted inserted replaced
24020:2f5a7edd8f68 24021:6408be948d56
567 q_bud->port = bs.port; 567 q_bud->port = bs.port;
568 } 568 }
569 q_bud->status =bs.status; 569 q_bud->status =bs.status;
570 570
571 if (q_bud->status == QQ_BUDDY_ONLINE_NORMAL) { 571 if (q_bud->status == QQ_BUDDY_ONLINE_NORMAL) {
572 qq_request_get_level(gc, q_bud->uid); 572 qq_send_packet_get_level(gc, q_bud->uid);
573 } 573 }
574 qq_update_buddy_contact(gc, q_bud); 574 qq_update_buddy_contact(gc, q_bud);
575 } 575 }
576 576
577 /*TODO: maybe this should be qq_update_buddy_status() ?*/ 577 /*TODO: maybe this should be qq_update_buddy_status() ?*/