|
From: xevuz <xe...@us...> - 2007-07-10 16:49:00
|
Update of /cvsroot/chix/chix/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31130/src Modified Files: Chix.h Log Message: status setting should work properly now Index: Chix.h =================================================================== RCS file: /cvsroot/chix/chix/src/Chix.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Chix.h 25 Jul 2006 12:07:07 -0000 1.5 +++ Chix.h 10 Jul 2007 16:46:25 -0000 1.6 @@ -79,8 +79,8 @@ enum _Chix_Away_Type { - AWAY_AWAY, AWAY_AVAILABLE, + AWAY_AWAY, AWAY_BUSY, AWAY_OFFLINE, }; |