changeset 16467:b2044e10915a

merge of 'ca40214f7a10f0e15d7bd32bed84b177889ca02d' and 'dfafb91b749752416047f800169f9c839c909733'
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 27 Apr 2007 00:28:21 +0000
parents 56071eee3c73 (current diff) 1a639d73682a (diff)
children 53e3f929c86f 5e47b3427b28
files
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }