comparison libpurple/protocols/qq/buddy_list.c @ 16208:85d5942e80e9

Port SVN revisions 18230 to 18232 from Mark Huetsch from sf SVN to Pidgin Monotone. Original commit messages: Bug 1671638 fixed bhpan. Bug 1658961 fixed by gnap. Fixed a bug where gaim was playing n x n times user leaving chat room sound when opening a QQ protocol chat room, n equaling the number of users in the chat room. Patch by gnap.
author Mark Doliner <mark@kingant.net>
date Mon, 16 Apr 2007 06:37:20 +0000
parents 32c366eeeb99
children b8572b937c09
comparison
equal deleted inserted replaced
16207:6ded371da50f 16208:85d5942e80e9
232 if (position != QQ_FRIENDS_ONLINE_POSITION_END) { 232 if (position != QQ_FRIENDS_ONLINE_POSITION_END) {
233 purple_debug(PURPLE_DEBUG_INFO, "QQ", "Has more online buddies, position from %d\n", position); 233 purple_debug(PURPLE_DEBUG_INFO, "QQ", "Has more online buddies, position from %d\n", position);
234 234
235 qq_send_packet_get_buddies_online(gc, position); 235 qq_send_packet_get_buddies_online(gc, position);
236 } else { 236 } else {
237 /* qq_send_packet_get_buddies_levels(gc); */ 237 qq_send_packet_get_buddies_levels(gc);
238 qq_refresh_all_buddy_status(gc); 238 qq_refresh_all_buddy_status(gc);
239 } 239 }
240 240
241 } else { 241 } else {
242 purple_debug(PURPLE_DEBUG_ERROR, "QQ", "Error decrypt buddies online"); 242 purple_debug(PURPLE_DEBUG_ERROR, "QQ", "Error decrypt buddies online");