| 338 handle = dialog; |
338 handle = dialog; |
| 339 } |
339 } |
| 340 |
340 |
| 341 purple_request_action_with_hint(handle, NULL, title, NULL, 0, |
341 purple_request_action_with_hint(handle, NULL, title, NULL, 0, |
| 342 NULL, NULL, NULL, |
342 NULL, NULL, NULL, |
| 343 "statuses", sel_titles, 2, |
343 PURPLE_UI_REQUEST_HINT_STATUSMGR, sel_titles, 2, |
| 344 _("Delete"), status_window_delete_confirm_cb, |
344 _("Delete"), status_window_delete_confirm_cb, |
| 345 _("Cancel"), status_window_delete_cancel_cb); |
345 _("Cancel"), status_window_delete_cancel_cb); |
| 346 |
346 |
| 347 g_free(title); |
347 g_free(title); |
| 348 } |
348 } |