comparison src/gtkmain.c @ 13014:5efbb0162f86

[gaim-migrate @ 15367] I don't expect any of this to be controversial. * Some comment and other small changes. * Changed gtkconn.c to store the list of errored accounts in a hash table instead of a glist * Added init and uninit functions to gtkconn.c. They're used to create and destroy the two hash tables used within that file. * Also use the new init and uninit functions to connect to the account deleted signal so that we clear out the old error message if we delete an account that had an error while connecting. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 23 Jan 2006 06:54:29 +0000
parents e5f780a6137b
children 01e09b601840
comparison
equal deleted inserted replaced
13013:8fe78402c010 13014:5efbb0162f86
249 #endif 249 #endif
250 250
251 gaim_gtk_stock_init(); 251 gaim_gtk_stock_init();
252 gaim_gtk_prefs_init(); 252 gaim_gtk_prefs_init();
253 gaim_gtk_account_init(); 253 gaim_gtk_account_init();
254 gaim_gtk_connection_init();
254 gaim_gtk_blist_init(); 255 gaim_gtk_blist_init();
255 gaim_gtk_status_init(); 256 gaim_gtk_status_init();
256 gaim_gtk_conversations_init(); 257 gaim_gtk_conversations_init();
257 gaim_gtk_pounces_init(); 258 gaim_gtk_pounces_init();
258 gaim_gtk_privacy_init(); 259 gaim_gtk_privacy_init();
277 278
278 /* Uninit */ 279 /* Uninit */
279 gaim_gtk_conversations_uninit(); 280 gaim_gtk_conversations_uninit();
280 gaim_gtk_status_uninit(); 281 gaim_gtk_status_uninit();
281 gaim_gtk_blist_uninit(); 282 gaim_gtk_blist_uninit();
283 gaim_gtk_connection_uninit();
282 gaim_gtk_account_uninit(); 284 gaim_gtk_account_uninit();
283 gaim_gtk_xfers_uninit(); 285 gaim_gtk_xfers_uninit();
284 gaim_gtk_debug_uninit(); 286 gaim_gtk_debug_uninit();
285 287
286 /* and end it all... */ 288 /* and end it all... */