# HG changeset patch # User Daniel Atallah # Date 1177633701 0 # Node ID b2044e10915a08ed299115d7311e0f817fe4b429 # Parent 56071eee3c73af75e19e7fd837ba79187bfd8a6c# Parent 1a639d73682a0c716e5beaf26318c6b4a50cac4d merge of 'ca40214f7a10f0e15d7bd32bed84b177889ca02d' and 'dfafb91b749752416047f800169f9c839c909733' diff -r 56071eee3c73 -r b2044e10915a finch/gntaccount.c --- 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); }