diff libpurple/connection.c @ 15477:cb3800fabd76

The accounts request API now keeps track of a returned ui_handle for authorization requests, which can be closed on demand individually or all-at-once by account. When a connection is destroyed, its associated requests are closed.
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 31 Jan 2007 18:31:31 +0000
parents 5fe8042783c1
children b25acae693cd
line wrap: on
line diff
--- a/libpurple/connection.c	Wed Jan 31 05:47:22 2007 +0000
+++ b/libpurple/connection.c	Wed Jan 31 18:31:31 2007 +0000
@@ -225,6 +225,7 @@
 	}
 #endif
 
+	gaim_account_request_close_with_account(account);
 	gaim_request_close_with_handle(gc);
 	gaim_notify_close_with_handle(gc);