From: Nathan W. <fac...@us...> - 2003-10-13 18:46:10
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory sc8-pr-cvs1:/tmp/cvs-serv8376/src/protocols/jabber Modified Files: presence.c Log Message: i'm done with this now, really. Index: presence.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/presence.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -p -r1.10 -r1.11 --- presence.c 13 Oct 2003 15:29:40 -0000 1.10 +++ presence.c 13 Oct 2003 18:46:05 -0000 1.11 @@ -55,7 +55,7 @@ void jabber_presence_send(GaimConnection if(msg) { gaim_markup_html_to_xhtml(msg, NULL, &stripped); - } else if(strcmp(state, GAIM_AWAY_CUSTOM)) { + } else if(!state || strcmp(state, GAIM_AWAY_CUSTOM)) { /* i can't wait until someone re-writes the status/away stuff */ stripped = g_strdup(""); } |