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