# HG changeset patch # User Stu Tomlinson # Date 1112471322 0 # Node ID d47e82ac9918afdf252f6cca2ea11017c37e13c0 # Parent d83f745c997b52a1ac6fe5fff758e1a7024f6454 [gaim-migrate @ 12385] perl compiles again, I broke it when I removed gaim_chat_get_display_name. committer: Tailor Script diff -r d83f745c997b -r d47e82ac9918 plugins/perl/common/BuddyList_Chat.xs --- 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