# HG changeset patch # User Christian Hammond # Date 1061756914 0 # Node ID c1a36e7b198edd9a955f38af2caaa284aa82104b # Parent dc78809c25e7e7df6d2f04020afb8e665e03bc98 [gaim-migrate @ 7138] Not sure why this compiled, but it's fixed now. committer: Tailor Script diff -r dc78809c25e7 -r c1a36e7b198e plugins/perl/common/ConvWindow.xs --- a/plugins/perl/common/ConvWindow.xs Sun Aug 24 17:53:13 2003 +0000 +++ b/plugins/perl/common/ConvWindow.xs Sun Aug 24 20:28:34 2003 +0000 @@ -27,7 +27,7 @@ void gaim_window_flash(win) - Gaim::ConvWindow flash + Gaim::ConvWindow win int gaim_window_add_conversation(win, conv) diff -r dc78809c25e7 -r c1a36e7b198e plugins/perl/common/Conversation_Chat.xs --- a/plugins/perl/common/Conversation_Chat.xs Sun Aug 24 17:53:13 2003 +0000 +++ b/plugins/perl/common/Conversation_Chat.xs Sun Aug 24 20:28:34 2003 +0000 @@ -75,7 +75,7 @@ Gaim::Conversation::Chat chat void -write(chat, who, message, flags) +gaim_chat_write(chat, who, message, flags) Gaim::Conversation::Chat chat const char *who const char *message