# HG changeset patch # User Rob Flynn # Date 959795934 0 # Node ID 015a92e108454bf95a4ab91f8963984133e158b9 # Parent 81d41f7660bf9e923d0fe0a515e2a949ca134e6c [gaim-migrate @ 295] Commited a fix for the No Configuration problem. This was a TOC/GAIM conflict. diff -r 81d41f7660bf -r 015a92e10845 ChangeLog --- a/ChangeLog Wed May 31 04:06:51 2000 +0000 +++ b/ChangeLog Wed May 31 17:58:54 2000 +0000 @@ -1,6 +1,6 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! -version 0.9.16: +version 0.9.16: (05/24/2000) * Paned buddy chat window (Thanks Syd) * Buddy lists (and changes) are cached to ~/.gaim/.blist where is your screen name. If for some reason, you log diff -r 81d41f7660bf -r 015a92e10845 src/toc.c --- a/src/toc.c Wed May 31 04:06:51 2000 +0000 +++ b/src/toc.c Wed May 31 17:58:54 2000 +0000 @@ -792,11 +792,14 @@ res = wait_reply(buf, sizeof(buf)); if (res < 0) return NULL; +/* Apparently, the toc_config is optional. *VERY* Optional if (state != STATE_CONFIG) { sprintf(debug_buff , "State should be %d, but is %d instead\n",STATE_CONFIG, state); debug_print(debug_buff); + return NULL; } +*/ /* At this point, it's time to setup automatic handling of incoming packets */ state = STATE_ONLINE; #ifdef _WIN32