diff 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
line wrap: on
line diff
--- a/src/plugin.c	Fri May 23 01:45:17 2003 +0000
+++ b/src/plugin.c	Fri May 23 02:42:52 2003 +0000
@@ -316,7 +316,8 @@
 			   plugin->info->name);
 
 	/* cancel any pending dialogs the plugin has */
-	do_ask_cancel_by_handle(plugin);
+	gaim_request_close_with_handle(plugin);
+	gaim_notify_close_with_handle(plugin);
 
 	plugin->loaded = FALSE;