diff plugins/perl/perl.c @ 6549:ed796f756237

[gaim-migrate @ 7071] Added the C framework for perl signal handlers. Untested, not implemented in perl, and may crash. Should be fun! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 21 Aug 2003 08:38:32 +0000
parents 9767117bc47e
children 87a0fb97d3b9
line wrap: on
line diff
--- a/plugins/perl/perl.c	Thu Aug 21 07:37:47 2003 +0000
+++ b/plugins/perl/perl.c	Thu Aug 21 08:38:32 2003 +0000
@@ -374,7 +374,7 @@
 		LEAVE;
 	}
 
-	gaim_signals_disconnect_by_handle(plugin);
+	gaim_perl_signal_clear_for_plugin(plugin);
 	gaim_perl_timeout_clear_for_plugin(plugin);
 
 	return TRUE;