comparison src/dialogs.c @ 7125:208cb260d7a7

[gaim-migrate @ 7692] as long as we're pissing off plugin developers... committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 02 Oct 2003 05:26:40 +0000
parents bf630f7dfdcd
children 747b9e00ef60
comparison
equal deleted inserted replaced
7124:be4ca65b3b48 7125:208cb260d7a7
468 g_free(text); 468 g_free(text);
469 } 469 }
470 470
471 void show_confirm_del_blist_chat(GaimChat *chat) 471 void show_confirm_del_blist_chat(GaimChat *chat)
472 { 472 {
473 char *name = gaim_blist_chat_get_display_name(chat); 473 char *name = gaim_chat_get_display_name(chat);
474 char *text = g_strdup_printf(_("You are about to remove the chat %s from your buddy list. Do you want to continue?"), name); 474 char *text = g_strdup_printf(_("You are about to remove the chat %s from your buddy list. Do you want to continue?"), name);
475 475
476 gaim_request_action(NULL, NULL, _("Remove Chat"), text, -1, chat, 2, 476 gaim_request_action(NULL, NULL, _("Remove Chat"), text, -1, chat, 2,
477 _("Remove Chat"), G_CALLBACK(do_remove_chat), 477 _("Remove Chat"), G_CALLBACK(do_remove_chat),
478 _("Cancel"), NULL); 478 _("Cancel"), NULL);