comparison src/gtksavedstatuses.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 e348ed834acc
children 0aa231ebbfd5
comparison
equal deleted inserted replaced
13013:8fe78402c010 13014:5efbb0162f86
1559 /************************************************************************** 1559 /**************************************************************************
1560 * GTK+ saved status glue 1560 * GTK+ saved status glue
1561 **************************************************************************/ 1561 **************************************************************************/
1562 1562
1563 void * 1563 void *
1564 gaim_gtk_status_get_handle() 1564 gaim_gtk_status_get_handle(void)
1565 { 1565 {
1566 static int handle; 1566 static int handle;
1567 1567
1568 return &handle; 1568 return &handle;
1569 } 1569 }