Skip to content

Commit

Permalink
disable chat history merge
Browse files Browse the repository at this point in the history
Signed-off-by: xiehuc <xiehuc@gmail.com>
  • Loading branch information
xiehuc committed Feb 23, 2013
1 parent 0b2dcf2 commit 2f4319f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webqq.c
Expand Up @@ -2325,8 +2325,8 @@ static GList* qq_blist_node_menu(PurpleBlistNode* node)
act = g_list_append(act,action);
action = purple_menu_action_new("更改群名片",(PurpleCallback)qq_set_self_card,node,NULL);
act = g_list_append(act,action);
action = purple_menu_action_new("下载漫游记录",(PurpleCallback)qq_merge_group_history,chat,NULL);
act = g_list_append(act,action);
//action = purple_menu_action_new("下载漫游记录",(PurpleCallback)qq_merge_group_history,chat,NULL);
//act = g_list_append(act,action);
}
if(group){
if(group->mask == LWQQ_MASK_NONE)
Expand Down

0 comments on commit 2f4319f

Please sign in to comment.