| 2120 buf = g_strdup_printf(_("Are you sure you want to delete %s?"), |
2120 buf = g_strdup_printf(_("Are you sure you want to delete %s?"), |
| 2121 purple_account_get_username(account)); |
2121 purple_account_get_username(account)); |
| 2122 |
2122 |
| 2123 purple_request_close_with_handle(account); |
2123 purple_request_close_with_handle(account); |
| 2124 purple_request_action(account, NULL, buf, NULL, |
2124 purple_request_action(account, NULL, buf, NULL, |
| 2125 PURPLE_DEFAULT_ACTION_NONE, |
2125 PURPLE_DEFAULT_ACTION_NONE, |
| 2126 account, NULL, NULL, |
2126 purple_request_cpar_from_account(account), account, 2, |
| 2127 account, 2, |
2127 _("Delete"), delete_account_cb, _("Cancel"), NULL); |
| 2128 _("Delete"), delete_account_cb, |
|
| 2129 _("Cancel"), NULL); |
|
| 2130 g_free(buf); |
2128 g_free(buf); |
| 2131 } |
2129 } |
| 2132 } |
2130 } |
| 2133 |
2131 |
| 2134 static void |
2132 static void |