| 1565 |
1565 |
| 1566 msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved)); |
1566 msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved)); |
| 1567 |
1567 |
| 1568 purple_request_action(saved, NULL, msg, NULL, 0, |
1568 purple_request_action(saved, NULL, msg, NULL, 0, |
| 1569 NULL, NULL, NULL, |
1569 NULL, NULL, NULL, |
| 1570 data, 2, |
1570 "pidgin-statusbox", data, 2, |
| 1571 _("Delete"), tree_view_delete_current_selection_cb, |
1571 _("Delete"), tree_view_delete_current_selection_cb, |
| 1572 _("Cancel"), NULL); |
1572 _("Cancel"), NULL); |
| 1573 |
1573 |
| 1574 g_free(msg); |
1574 g_free(msg); |
| 1575 |
1575 |