| 2130:bda8eb781932 | 2131:ef072ae1b2b8 |
|---|---|
| 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; |