comparison src/plugins.c @ 2131:acc11216ec5d

[gaim-migrate @ 2141] changing some gtk_timeout stuff to g_timeout (since it's likely that these will be used in core rather than gtk-ui). also fixed a small buddy pounce bug. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Aug 2001 23:38:48 +0000
parents af59d854de29
children 66a84ff0445a
comparison
equal deleted inserted replaced
2130:50c7a704ee56 2131:acc11216ec5d
475 } 475 }
476 476
477 void gaim_plugin_unload(GModule *handle) 477 void gaim_plugin_unload(GModule *handle)
478 { 478 {
479 unload_for_real(handle); 479 unload_for_real(handle);
480 gtk_timeout_add(5000, (GtkFunction)unload_timeout, handle); 480 g_timeout_add(5000, unload_timeout, handle);
481 } 481 }
482 482
483 static void plugin_reload_cb(GtkWidget *w, gpointer data) 483 static void plugin_reload_cb(GtkWidget *w, gpointer data)
484 { 484 {
485 GList *i; 485 GList *i;