diff -r 715d41fc7926 -r f24fb5c6d2d5 src/gtkconn.c --- a/src/gtkconn.c Tue Sep 13 21:14:58 2005 +0000 +++ b/src/gtkconn.c Wed Sep 14 00:54:21 2005 +0000 @@ -69,7 +69,8 @@ gtk_gaim_status_box_set_connecting(GTK_GAIM_STATUS_BOX(gtkblist->statusbox), (gaim_connections_get_connecting() != NULL)); account = gaim_connection_get_account(gc); - g_hash_table_remove(hash, account); + if (hash != NULL) + g_hash_table_remove(hash, account); if (accountReconnecting == NULL) return; accountReconnecting = g_slist_remove(accountReconnecting, account);