diff 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
line wrap: on
line diff
--- a/src/dialogs.c	Thu Oct 02 04:56:25 2003 +0000
+++ b/src/dialogs.c	Thu Oct 02 05:26:40 2003 +0000
@@ -470,7 +470,7 @@
 
 void show_confirm_del_blist_chat(GaimChat *chat)
 {
-	char *name = gaim_blist_chat_get_display_name(chat);
+	char *name = gaim_chat_get_display_name(chat);
 	char *text = g_strdup_printf(_("You are about to remove the chat %s from your buddy list.  Do you want to continue?"), name);
 
 	gaim_request_action(NULL, NULL, _("Remove Chat"), text, -1, chat, 2,