finch/gntaccount.c

changeset 22385
d14ac3ae2007
parent 22335
f6715418a9a8
child 22398
1a6f172dfbd4
child 22942
2bf494f8e2a4
--- a/finch/gntaccount.c	Sun Feb 03 11:36:33 2008 +0000
+++ b/finch/gntaccount.c	Sun Feb 03 11:39:59 2008 +0000
@@ -632,7 +632,8 @@
 	prompt = g_strdup_printf(_("Are you sure you want to delete %s?"),
 			purple_account_get_username(account));
 
-	purple_request_action(account, _("Delete Account"), prompt, NULL, 0,
+	purple_request_action(account, _("Delete Account"), prompt, NULL,
+						  PURPLE_DEFAULT_ACTION_NONE,
 						  account, NULL, NULL, account, 2,
 						  _("Delete"), really_delete_account,
 						  _("Cancel"), NULL);

mercurial