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