diff 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
line wrap: on
line diff
--- a/src/gtksavedstatuses.c	Mon Jan 23 05:50:32 2006 +0000
+++ b/src/gtksavedstatuses.c	Mon Jan 23 06:54:29 2006 +0000
@@ -1561,7 +1561,7 @@
 **************************************************************************/
 
 void *
-gaim_gtk_status_get_handle()
+gaim_gtk_status_get_handle(void)
 {
 	static int handle;