comparison src/gtkaccount.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 0a5b48576913
children 0aa231ebbfd5
comparison
equal deleted inserted replaced
13013:8fe78402c010 13014:5efbb0162f86
2650 { 2650 {
2651 return &ui_ops; 2651 return &ui_ops;
2652 } 2652 }
2653 2653
2654 void * 2654 void *
2655 gaim_gtk_account_get_handle() { 2655 gaim_gtk_account_get_handle(void) {
2656 static int handle; 2656 static int handle;
2657 2657
2658 return &handle; 2658 return &handle;
2659 } 2659 }
2660 2660