# HG changeset patch # User Gabriel Schulhof # Date 1187033114 0 # Node ID 83ed57f6873ea2d7044141c13af1bf52b1ce69ae # Parent a83ded770075e0a7954116dec761a10acad1c47a Added hints to qq group_opt.c diff -r a83ded770075 -r 83ed57f6873e libpurple/protocols/qq/group_opt.c --- a/libpurple/protocols/qq/group_opt.c Sun Aug 12 20:52:56 2007 +0000 +++ b/libpurple/protocols/qq/group_opt.c Mon Aug 13 19:25:14 2007 +0000 @@ -123,7 +123,7 @@ qq_send_packet_get_info(g->gc, g->member, TRUE); /* we want to see window */ purple_request_action(g->gc, NULL, _("Do you want to approve the request?"), "", 2, purple_connection_get_account(g->gc), NULL, NULL, - g, 2, + "chat", g, 2, _("Reject"), G_CALLBACK(qq_group_reject_application_with_struct), _("Approve"), G_CALLBACK(qq_group_approve_application_with_struct)); } @@ -143,7 +143,7 @@ _("Send"), G_CALLBACK(_qq_group_reject_application_real), _("Cancel"), G_CALLBACK(_qq_group_do_nothing_with_struct), purple_connection_get_account(g->gc), nombre, NULL, - g); + "chat", g); g_free(msg1); g_free(msg2); @@ -394,7 +394,7 @@ ("Would you like to set up the Qun details now?"), 1, purple_connection_get_account(gc), NULL, NULL, - g, 2, + "chat", g, 2, _("Setup"), G_CALLBACK(qq_group_setup_with_gc_and_uid), _("Cancel"), G_CALLBACK(qq_do_nothing_with_gc_and_uid)); }