From: Nathan W. <fac...@us...> - 2003-10-13 15:18:04
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory sc8-pr-cvs1:/tmp/cvs-serv31729/src/protocols/jabber Modified Files: presence.c Log Message: not how i wanted to spend my morning Index: presence.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/presence.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -p -r1.8 -r1.9 --- presence.c 11 Oct 2003 01:39:38 -0000 1.8 +++ presence.c 13 Oct 2003 15:17:58 -0000 1.9 @@ -55,7 +55,8 @@ void jabber_presence_send(GaimConnection if(msg) { gaim_markup_html_to_xhtml(msg, NULL, &stripped); - } else { + } else if(strcmp(state, GAIM_AWAY_CUSTOM)) { + /* i can't wait until someone re-writes the status/away stuff */ stripped = g_strdup(""); } |