# HG changeset patch # User Nathan Walp # Date 1066058278 0 # Node ID 8a2e224782422c0be07380274afe46bdc75d6a57 # Parent cb6bf374c7ee4fb5ca9b8fd21d8c180a26ff4cd3 [gaim-migrate @ 7824] not how i wanted to spend my morning committer: Tailor Script diff -r cb6bf374c7ee -r 8a2e22478242 src/protocols/jabber/presence.c --- a/src/protocols/jabber/presence.c Mon Oct 13 03:48:36 2003 +0000 +++ b/src/protocols/jabber/presence.c Mon Oct 13 15:17:58 2003 +0000 @@ -55,7 +55,8 @@ 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(""); }