diff libpurple/protocols/qq/group.h @ 24085:237e5a94e11c

2008.10.08 - ccpaging <ccpaging(at)gmail.com> * Update group part * Delete some meaningless functions and data * Added 'change my icon' 2008.10.08 - lonicerae <lonicerae(at)gmail.com> * Merge 20081008 patch into trunk
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 15:08:30 +0000
parents bcfc98c7a55f
children 3c52353b83ae
line wrap: on
line diff
--- a/libpurple/protocols/qq/group.h	Wed Oct 22 15:06:26 2008 +0000
+++ b/libpurple/protocols/qq/group.h	Wed Oct 22 15:08:30 2008 +0000
@@ -54,9 +54,9 @@
 	gchar *desc_utf8;
 	/* all these will be loaded from the network */
 	gchar *notice_utf8;	/* group notice by admin */
+
+	gboolean is_got_buddies;
 	GList *members;
-
-	gboolean is_got_info;
 } qq_group;
 
 GList *qq_chat_info(PurpleConnection *gc);