[gaim-migrate @ 12385]

Sat, 02 Apr 2005 19:48:42 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 02 Apr 2005 19:48:42 +0000
changeset 10775
216d130df74c
parent 10774
f4238d6312ff
child 10776
b474d64f94ac

[gaim-migrate @ 12385]
perl compiles again, I broke it when I removed gaim_chat_get_display_name.

plugins/perl/common/BuddyList_Chat.xs file | annotate | diff | comparison | revisions
--- 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
 

mercurial