--- 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)