| 323 gtk_tree_path_free(l->data); |
323 gtk_tree_path_free(l->data); |
| 324 } |
324 } |
| 325 g_list_free(sel_paths); |
325 g_list_free(sel_paths); |
| 326 |
326 |
| 327 if (g_list_length(sel_titles) == 1) |
327 if (g_list_length(sel_titles) == 1) |
| 328 title = g_strdup_printf(_("Are you sure you want to delete %s?"), sel_titles->data); |
328 title = g_strdup_printf(_("Are you sure you want to delete %s?"), |
| |
329 (const gchar *)sel_titles->data); |
| 329 else |
330 else |
| 330 title = g_strdup(_("Are you sure you want to delete the selected saved statuses?")); |
331 title = g_strdup(_("Are you sure you want to delete the selected saved statuses?")); |
| 331 |
332 |
| 332 gaim_request_action(dialog, NULL, title, |
333 gaim_request_action(dialog, NULL, title, |
| 333 NULL, 0, sel_titles, 2, |
334 NULL, 0, sel_titles, 2, |