changeset 10775:d47e82ac9918

[gaim-migrate @ 12385] perl compiles again, I broke it when I removed gaim_chat_get_display_name. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 02 Apr 2005 19:48:42 +0000
parents d83f745c997b
children b640d066eb51
files plugins/perl/common/BuddyList_Chat.xs
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/common/BuddyList_Chat.xs	Sat Apr 02 17:18:43 2005 +0000
+++ b/plugins/perl/common/BuddyList_Chat.xs	Sat Apr 02 19:48:42 2005 +0000
@@ -11,10 +11,10 @@
 	gaim_blist_alias_chat(chat, alias);
 
 const char *
-gaim_chat_get_display_name(chat)
+gaim_chat_get_name(chat)
 	Gaim::BuddyList::Chat chat
 CODE:
-	RETVAL = gaim_chat_get_display_name(chat);
+	RETVAL = gaim_chat_get_name(chat);
 OUTPUT:
 	RETVAL