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