src/plugins.c

changeset 2131
ef072ae1b2b8
parent 2125
0b57b693efb8
child 2140
36d736a53d30
--- a/src/plugins.c	Mon Aug 06 21:47:17 2001 +0000
+++ b/src/plugins.c	Mon Aug 06 23:38:48 2001 +0000
@@ -477,7 +477,7 @@
 void gaim_plugin_unload(GModule *handle)
 {
 	unload_for_real(handle);
-	gtk_timeout_add(5000, (GtkFunction)unload_timeout, handle);
+	g_timeout_add(5000, unload_timeout, handle);
 }
 
 static void plugin_reload_cb(GtkWidget *w, gpointer data)

mercurial