pidgin/gtkaccount.c

changeset 21162
8359073125ba
parent 20685
039aef89faf6
child 21171
c6934783d152
child 21189
8e296c093662
--- a/pidgin/gtkaccount.c	Sat Oct 06 04:08:16 2007 +0000
+++ b/pidgin/gtkaccount.c	Sat Oct 06 15:55:47 2007 +0000
@@ -1901,9 +1901,9 @@
 							  purple_account_get_username(account));
 
 		purple_request_close_with_handle(account);
-		purple_request_action(account, NULL, buf, NULL, 0,
+		purple_request_action_with_hint(account, NULL, buf, NULL, 0,
 							account, NULL, NULL,
-							account, 2,
+							"accounts", account, 2,
 							_("Delete"), delete_account_cb,
 							_("Cancel"), NULL);
 		g_free(buf);

mercurial