Fri, 27 Apr 2007 00:28:21 +0000
merge of 'f4151793fc0c9163bf5c0959aaad4a2870840a13'
and '92a414e80b44b405e823011c50ae58bec49aa21e'
--- a/finch/gntaccount.c Fri Apr 27 00:28:16 2007 +0000 +++ b/finch/gntaccount.c Fri Apr 27 00:28:21 2007 +0000 @@ -611,10 +611,10 @@ 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, account, 2, - _("Delete"), really_delete_account, _("Cancel"), - account, NULL, NULL, - NULL); + purple_request_action(account, _("Delete Account"), prompt, NULL, 0, + account, NULL, NULL, account, 2, + _("Delete"), really_delete_account, + _("Cancel"), NULL); g_free(prompt); }