# HG changeset patch # User Christian Hammond # Date 1053303364 0 # Node ID ad9b6e65713b5a6fd16178ef9bc0d5c4e084fc88 # Parent dec7e222a68b780727275bbde0935142c0f4843f [gaim-migrate @ 5827] I knew I'd make that mistake somewhere. committer: Tailor Script diff -r dec7e222a68b -r ad9b6e65713b plugins/perl/perl.c --- 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); }