| 34939:e093c956c5e5 | 34940:c0aef3b64c56 |
|---|---|
| 1598 return; | 1598 return; |
| 1599 | 1599 |
| 1600 msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved)); | 1600 msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved)); |
| 1601 | 1601 |
| 1602 purple_request_action(saved, NULL, msg, NULL, 0, | 1602 purple_request_action(saved, NULL, msg, NULL, 0, |
| 1603 NULL, NULL, NULL, | 1603 NULL, |
| 1604 data, 2, | 1604 data, 2, |
| 1605 _("Delete"), tree_view_delete_current_selection_cb, | 1605 _("Delete"), tree_view_delete_current_selection_cb, |
| 1606 _("Cancel"), NULL); | 1606 _("Cancel"), NULL); |
| 1607 | 1607 |
| 1608 g_free(msg); | 1608 g_free(msg); |