comparison gtk/gtksavedstatuses.c @ 15362:f51862b1fd93

[gaim-migrate @ 18154] Compile warning fix. Also testing gaim-commits@lists.sourceforge.net is back up. I don't think it is. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 18 Jan 2007 07:19:51 +0000
parents 29e9a2373d32
children
comparison
equal deleted inserted replaced
15361:47cbaea185f0 15362:f51862b1fd93
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,