comparison src/plugin.c @ 5498:cce2d7868c78

[gaim-migrate @ 5894] Bye bye do_ask_dialog()! Mwahahahahhaha! And wit -> with. What wit with the witty with wit comment, wit you jutht thaw. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 23 May 2003 02:42:52 +0000
parents bb1e160467b6
children 5e7de337a053
comparison
equal deleted inserted replaced
5497:3c7748b24410 5498:cce2d7868c78
314 314
315 gaim_debug(GAIM_DEBUG_INFO, "plugins", "Unloading plugin %s\n", 315 gaim_debug(GAIM_DEBUG_INFO, "plugins", "Unloading plugin %s\n",
316 plugin->info->name); 316 plugin->info->name);
317 317
318 /* cancel any pending dialogs the plugin has */ 318 /* cancel any pending dialogs the plugin has */
319 do_ask_cancel_by_handle(plugin); 319 gaim_request_close_with_handle(plugin);
320 gaim_notify_close_with_handle(plugin);
320 321
321 plugin->loaded = FALSE; 322 plugin->loaded = FALSE;
322 323
323 if (plugin->native_plugin) { 324 if (plugin->native_plugin) {
324 if (plugin->info->unload != NULL) 325 if (plugin->info->unload != NULL)