[gaim-migrate @ 295]

Wed, 31 May 2000 17:58:54 +0000

author
Rob Flynn <gaim@robflynn.com>
date
Wed, 31 May 2000 17:58:54 +0000
changeset 285
015a92e10845
parent 284
81d41f7660bf
child 286
7dabd0a3cd2c

[gaim-migrate @ 295]
Commited a fix for the No Configuration problem.

This was a TOC/GAIM conflict.

ChangeLog file | annotate | diff | comparison | revisions
src/toc.c file | annotate | diff | comparison | revisions
--- 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

mercurial