changeset 285:a8971e3704f6

[gaim-migrate @ 295] Commited a fix for the No Configuration problem. This was a TOC/GAIM conflict. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 31 May 2000 17:58:54 +0000
parents bafaf1b68f9a
children 37a1d222b7f8
files ChangeLog src/toc.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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/<sn>.blist
 	  where <sn> is your screen name. If for some reason, you log
--- 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