diff 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
line wrap: on
line diff
--- a/libpurple/protocols/qq/buddy_list.c	Mon Apr 16 05:37:44 2007 +0000
+++ b/libpurple/protocols/qq/buddy_list.c	Mon Apr 16 06:37:20 2007 +0000
@@ -234,7 +234,7 @@
 
 			qq_send_packet_get_buddies_online(gc, position);
 		} else {
-			/* qq_send_packet_get_buddies_levels(gc); */
+			qq_send_packet_get_buddies_levels(gc);
 			qq_refresh_all_buddy_status(gc);
 		}