plugins/perl/common/Conversation.xs

changeset 10246
aa5bff72f94c
parent 6982
12f08de92674
child 10856
5956b7883cad
--- a/plugins/perl/common/Conversation.xs	Tue Nov 23 05:53:59 2004 +0000
+++ b/plugins/perl/common/Conversation.xs	Tue Nov 23 06:14:15 2004 +0000
@@ -99,7 +99,7 @@
 	const char *name
 	Gaim::Account account
 CODE:
-	RETVAL = gaim_find_conversation_with_account(name, account);
+	RETVAL = gaim_find_conversation_with_account(GAIM_CONV_ANY, name, account);
 OUTPUT:
 	RETVAL
 

mercurial