# HG changeset patch # User Rob Flynn # Date 959795934 0 # Node ID a8971e3704f60bde601f74fd50e9ba2e59f7ad9c # Parent bafaf1b68f9a99c3665c146b1853866fcc5f116d [gaim-migrate @ 295] Commited a fix for the No Configuration problem. This was a TOC/GAIM conflict. committer: Tailor Script diff -r bafaf1b68f9a -r a8971e3704f6 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 bafaf1b68f9a -r a8971e3704f6 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