gtk/gtksavedstatuses.c

changeset 15423
750b9026217d
parent 15402
1b3ee6599edb
child 20470
77693555855f
child 20472
6a6d2ef151e6
equal deleted inserted replaced
15422:5615473cf975 15423:750b9026217d
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,

mercurial