diff src/multi.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 df653f6f2978
children 2c4c975620f0
line wrap: on
line diff
--- a/src/multi.c	Fri May 23 01:45:17 2003 +0000
+++ b/src/multi.c	Fri May 23 02:42:52 2003 +0000
@@ -1544,7 +1544,10 @@
 
 		g_snprintf(buf, sizeof(buf),
 				   _("Are you sure you want to delete %s?"), account->username);
-		do_ask_dialog(buf, NULL, account, _("Delete"), do_del_acct, _("Cancel"), NULL, NULL, FALSE);
+
+		gaim_request_action(NULL, NULL, buf, NULL, 1, account, 2,
+							_("Delete"), G_CALLBACK(do_del_acct),
+							_("Cancel"), NULL);
 	}
 }
 
@@ -2125,6 +2128,9 @@
 								 GAIM_CONV_ACCOUNT_OFFLINE);
 	}
 
+	gaim_request_close_with_handle(gc);
+	gaim_notify_close_with_handle(gc);
+
 	update_privacy_connections();
 
 	/* in, out, shake it all about */