Mercurial > pidgin.yaz
changeset 6642:8e03e9b54440
[gaim-migrate @ 7167]
Removing Gaim::Conversations::find() in the perl module, as
find_with_account() should be used.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 28 Aug 2003 01:32:15 +0000 |
parents | c3a50a8ba85e |
children | 0dfe02111e20 |
files | plugins/perl/common/Conversation.xs |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/common/Conversation.xs Thu Aug 28 01:30:42 2003 +0000 +++ b/plugins/perl/common/Conversation.xs Thu Aug 28 01:32:15 2003 +0000 @@ -95,14 +95,6 @@ PROTOTYPES: ENABLE Gaim::Conversation -find(name) - const char *name -CODE: - RETVAL = gaim_find_conversation(name); -OUTPUT: - RETVAL - -Gaim::Conversation find_with_account(name, account) const char *name Gaim::Account account