diff plugins/filectl.c @ 5676:dae79aefac8d

[gaim-migrate @ 6094] I've been meaning to do this for a LONG time. The conversation API now follows the naming convention of the rest of the new APIs. I'll get some g_return_*_if_fail() checks in there soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 21:51:06 +0000
parents c0baa01cdeda
children 7d385de2f9cd
line wrap: on
line diff
--- a/plugins/filectl.c	Mon Jun 02 21:14:50 2003 +0000
+++ b/plugins/filectl.c	Mon Jun 02 21:51:06 2003 +0000
@@ -72,7 +72,7 @@
 				signoff_all(NULL, NULL);
 			free(arg1);
 		} else if (!strncasecmp(command, "send", 4)) {
-			struct gaim_conversation *c;
+			GaimConversation *c;
 			arg1 = getarg(buffer, 1, 0);
 			arg2 = getarg(buffer, 2, 1);
 			c = find_conversation(arg1);