comparison 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
comparison
equal deleted inserted replaced
15475:7c20c9ab7985 15477:cb3800fabd76
223 gaim_conversation_update(gaim_conv_window_get_conversation_at(win, 0), 223 gaim_conversation_update(gaim_conv_window_get_conversation_at(win, 0),
224 GAIM_CONV_ACCOUNT_OFFLINE); 224 GAIM_CONV_ACCOUNT_OFFLINE);
225 } 225 }
226 #endif 226 #endif
227 227
228 gaim_account_request_close_with_account(account);
228 gaim_request_close_with_handle(gc); 229 gaim_request_close_with_handle(gc);
229 gaim_notify_close_with_handle(gc); 230 gaim_notify_close_with_handle(gc);
230 231
231 gaim_debug_info("connection", "Destroying connection %p\n", gc); 232 gaim_debug_info("connection", "Destroying connection %p\n", gc);
232 233