changeset 6614:c1a36e7b198e

[gaim-migrate @ 7138] Not sure why this compiled, but it's fixed now. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 20:28:34 +0000
parents dc78809c25e7
children a3602428ff53
files plugins/perl/common/ConvWindow.xs plugins/perl/common/Conversation_Chat.xs
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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