diff plugins/perl/common/Account.xs @ 7176:57478df4faf8

[gaim-migrate @ 7744] it would be cool if perl worked again, i guess committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 06 Oct 2003 04:36:44 +0000
parents 782eef79cf3c
children 518455386538
line wrap: on
line diff
--- a/plugins/perl/common/Account.xs	Mon Oct 06 04:26:21 2003 +0000
+++ b/plugins/perl/common/Account.xs	Mon Oct 06 04:36:44 2003 +0000
@@ -130,7 +130,7 @@
 	const char *name
 	const char *protocol_id
 CODE:
-	RETVAL = gaim_accounts_find_with_prpl_id(name, protocol_id);
+	RETVAL = gaim_accounts_find(name, protocol_id);
 OUTPUT:
 	RETVAL