diff libpurple/protocols/qq/group_opt.c @ 22138:8515997d66e9

Minor improvements to the default_action used in purple_action_request
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jan 2008 07:36:55 +0000
parents 5bf38e411fda
children 9a5d140400f1
line wrap: on
line diff
--- a/libpurple/protocols/qq/group_opt.c	Thu Jan 17 07:26:57 2008 +0000
+++ b/libpurple/protocols/qq/group_opt.c	Thu Jan 17 07:36:55 2008 +0000
@@ -96,7 +96,8 @@
 	g_return_if_fail(g != NULL && g->gc != NULL && g->member > 0);
 
 	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_request_action(g->gc, NULL, _("Do you want to approve the request?"), "",
+					PURPLE_DEFAULT_ACTION_NONE,
 					purple_connection_get_account(g->gc), NULL, NULL,
 					g, 2,
 					_("Reject"), G_CALLBACK(qq_group_reject_application_with_struct),