Mercurial > pidgin
changeset 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 | 3a1b5a9b09c8 |
| children | 4200828dc06c |
| files | plugins/perl/common/Account.xs |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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
