|
From: xevuz <xe...@us...> - 2007-07-12 13:54:33
|
Update of /cvsroot/chix/chix/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11276/src Modified Files: Chix.h Log Message: status/away fixes that introduces more bugs :) Index: Chix.h =================================================================== RCS file: /cvsroot/chix/chix/src/Chix.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Chix.h 10 Jul 2007 16:46:25 -0000 1.6 +++ Chix.h 12 Jul 2007 13:54:29 -0000 1.7 @@ -83,6 +83,7 @@ AWAY_AWAY, AWAY_BUSY, AWAY_OFFLINE, + AWAY_UNKNOWN, }; enum _Chix_Mood_Type |