diff plugins/mono/loader/signal-glue.c @ 11952:565d2e437c04

[gaim-migrate @ 14243] Another patch attached to sf #1285501, from Eoin Coffey "the loader will now attempt to catch exceptions, so hopefully this will resolve some of the issues we were having." This looked fairly innocuous. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 02 Nov 2005 05:23:00 +0000
parents a3302d271199
children 67fbd2ff4c4e
line wrap: on
line diff
--- a/plugins/mono/loader/signal-glue.c	Wed Nov 02 05:14:35 2005 +0000
+++ b/plugins/mono/loader/signal-glue.c	Wed Nov 02 05:23:00 2005 +0000
@@ -45,7 +45,7 @@
 	
 	meth_args[0] = array;
 	
-	return mono_runtime_delegate_invoke(sig_data->func, meth_args, NULL);	
+	return mono_loader_delegate_invoke(sig_data->func, meth_args);	
 }
 
 static void cb_void__pointer(void *arg1, void *data)