Mercurial > pidgin
changeset 5445:ad9b6e65713b
[gaim-migrate @ 5827]
I knew I'd make that mistake somewhere.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 19 May 2003 00:16:04 +0000 |
parents | dec7e222a68b |
children | 05233a92bdc2 |
files | plugins/perl/perl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/perl.c Sun May 18 22:35:58 2003 +0000 +++ b/plugins/perl/perl.c Mon May 19 00:16:04 2003 +0000 @@ -659,7 +659,7 @@ title = SvPV(ST(0), junk); message = SvPV(ST(1), junk); - gaim_dialog_info(my_plugin, NULL, title, message); + gaim_notify_info(my_plugin, NULL, title, message); XSRETURN(0); }