merge of 'f4151793fc0c9163bf5c0959aaad4a2870840a13'

Fri, 27 Apr 2007 00:28:21 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 27 Apr 2007 00:28:21 +0000
changeset 16514
e8896810a485
parent 16513
f4151793fc0c (current diff)
parent 16510
92a414e80b44 (diff)
child 16515
830736497494
child 16545
5188ffbaeb6e

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);
 }
 

mercurial