# HG changeset patch # User Gabriel Schulhof # Date 1186951976 0 # Node ID a83ded770075e0a7954116dec761a10acad1c47a # Parent 92968272518ea7e23533b9de44c638d57e985e1f Added hints to qq group_join.c diff -r 92968272518e -r a83ded770075 libpurple/protocols/qq/group_join.c --- a/libpurple/protocols/qq/group_join.c Sun Aug 12 20:50:56 2007 +0000 +++ b/libpurple/protocols/qq/group_join.c Sun Aug 12 20:52:56 2007 +0000 @@ -139,7 +139,7 @@ G_CALLBACK(_qq_group_join_auth_with_gc_and_id), _("Cancel"), G_CALLBACK(qq_do_nothing_with_gc_and_uid), purple_connection_get_account(gc), group->group_name_utf8, NULL, - g); + "chat", g); g_free(msg); } @@ -362,7 +362,7 @@ ("Note, if you are the creator, \nthis operation will eventually remove this Qun."), 1, purple_connection_get_account(gc), NULL, NULL, - g, 2, _("Cancel"), + "chat", g, 2, _("Cancel"), G_CALLBACK(qq_do_nothing_with_gc_and_uid), _("Continue"), G_CALLBACK(_qq_group_exit_with_gc_and_id)); }