pidgin/gtkstatusbox.c

changeset 20684
4daaf3284863
parent 20330
650a7af9c238
parent 19997
24bc4ea43075
child 20685
039aef89faf6
equal deleted inserted replaced
20665:b47c4fe72d16 20684:4daaf3284863
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

mercurial