diff plugins/perl/perl.c @ 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 ad445074d239
children cb8e58ded7b0
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);
 }