comparison libpurple/protocols/qq/group_internal.c @ 24048:d57928c9dd8f

2008.09.19 - ccpaging <ccpaging(at)gmail.com> * Rewrite buddy modify info, there is a ticket for this problem * Use ship32 to trans action code between request packet and reply packet process
author SHiNE CsyFeK <csyfek@gmail.com>
date Fri, 19 Sep 2008 14:46:41 +0000
parents bcfc98c7a55f
children dbc7a9742f8d
comparison
equal deleted inserted replaced
24047:b72816d1a131 24048:d57928c9dd8f
61 GHashTable *components; 61 GHashTable *components;
62 PurpleGroup *g; 62 PurpleGroup *g;
63 PurpleChat *chat; 63 PurpleChat *chat;
64 components = qq_group_to_hashtable(group); 64 components = qq_group_to_hashtable(group);
65 chat = purple_chat_new(purple_connection_get_account(gc), group->title_utf8, components); 65 chat = purple_chat_new(purple_connection_get_account(gc), group->title_utf8, components);
66 g = qq_get_purple_group(PURPLE_GROUP_QQ_QUN); 66 g = qq_create_group(PURPLE_GROUP_QQ_QUN);
67 purple_blist_add_chat(chat, g, NULL); 67 purple_blist_add_chat(chat, g, NULL);
68 purple_debug_info("QQ", "You have added group \"%s\" to blist locally\n", group->title_utf8); 68 purple_debug_info("QQ", "You have added group \"%s\" to blist locally\n", group->title_utf8);
69 } 69 }
70 70
71 /* Create a dummy qq_group, which includes only internal_id, ext_id, 71 /* Create a dummy qq_group, which includes only internal_id, ext_id,