Mercurial > pidgin
changeset 6551:12343e2aaab1
[gaim-migrate @ 7073]
Fix the location of Gaim::Accounts::handle(). I had it in Gaim::Account.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 21 Aug 2003 08:51:37 +0000 |
parents | f1736493aebb |
children | 65dc4d34f280 |
files | plugins/perl/common/Account.xs |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/common/Account.xs Thu Aug 21 08:42:47 2003 +0000 +++ b/plugins/perl/common/Account.xs Thu Aug 21 08:51:37 2003 +0000 @@ -114,13 +114,6 @@ gaim_account_get_public_ip(account) Gaim::Account account -void * -handle() -CODE: - RETVAL = gaim_accounts_get_handle(); -OUTPUT: - RETVAL - MODULE = Gaim::Account PACKAGE = Gaim::Accounts PREFIX = gaim_accounts_ @@ -132,6 +125,13 @@ gaim_accounts_remove(account) Gaim::Account account +void * +handle() +CODE: + RETVAL = gaim_accounts_get_handle(); +OUTPUT: + RETVAL + MODULE = Gaim::Account PACKAGE = Gaim