Mercurial > pidgin.yaz
changeset 12809:d43f374b352b
[gaim-migrate @ 15156]
I missed this returned object class stuff in my last commit.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Tue, 10 Jan 2006 08:07:45 +0000 |
parents | 59ce7a35a22b |
children | b0ede7907dd0 |
files | plugins/perl/common/Request.xs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/common/Request.xs Tue Jan 10 07:49:37 2006 +0000 +++ b/plugins/perl/common/Request.xs Tue Jan 10 08:07:45 2006 +0000 @@ -485,7 +485,7 @@ GList *l; PPCODE: for (l = gaim_request_field_group_get_fields(group); l != NULL; l = l->next) { - XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::ListItem"))); + XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::Request::Field"))); } const char *