src/dialogs.c

changeset 7125
69f5aeec3f5b
parent 7118
280b3b85a28a
child 7245
13f6e5bf0582
--- 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,

mercurial