From: Eric W. <war...@us...> - 2001-12-11 16:37:10
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv28503/protocols/yahoo Modified Files: yahoo.c Log Message: neasdgfjasiasldngp Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- yahoo.c 2001/12/11 08:24:13 1.24 +++ yahoo.c 2001/12/11 16:37:07 1.25 @@ -777,9 +777,9 @@ return "Stepped Out"; case YAHOO_STATUS_INVISIBLE: return "Invisible"; + default: + return "Online"; } - - return "Online"; } static GList *yahoo_buddy_menu(struct gaim_connection *gc, char *who) @@ -793,6 +793,8 @@ if (!(b->uc & UC_UNAVAILABLE)) return NULL; + if (b->uc >> 1 == YAHOO_STATUS_IDLE) + return NULL; pbm = g_new0(struct proto_buddy_menu, 1); if ((b->uc >> 1) != YAHOO_STATUS_CUSTOM) |