diff plugins/filectl.c @ 10246:a66cf83552dc

[gaim-migrate @ 11386] I changed gaim_find_conversation and gaim_find_conversation_with_account The first parameter is now one of GAIM_CONV_IM, GAIM_CONV_CHAT or GAIM_CONV_ANY. Unfortunately, this changes a bajillion files. Please look over this and make sure I use the correct type everywhere. Especially in Novell and MSN, and somewhat in SILC. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Nov 2004 06:14:15 +0000
parents a9fb4493ae22
children db39c909d467
line wrap: on
line diff
--- a/plugins/filectl.c	Tue Nov 23 05:53:59 2004 +0000
+++ b/plugins/filectl.c	Tue Nov 23 06:14:15 2004 +0000
@@ -89,7 +89,7 @@
 			GaimConversation *c;
 			arg1 = getarg(buffer, 1, 0);
 			arg2 = getarg(buffer, 2, 1);
-			c = gaim_find_conversation(arg1);
+			c = gaim_find_conversation(GAIM_CONV_ANY, arg1);
 			if (c)
 			{
 				/* disable for now