Sat, 02 Apr 2005 19:48:42 +0000
[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