# HG changeset patch # User Nathan Walp # Date 1066070765 0 # Node ID a0b66b6fa9ff98e87046419c5bbfa7a69ae371e0 # Parent aab000475910151ff6af7b143eca590584c6ca6a [gaim-migrate @ 7826] i'm done with this now, really. committer: Tailor Script diff -r aab000475910 -r a0b66b6fa9ff src/protocols/jabber/presence.c --- a/src/protocols/jabber/presence.c Mon Oct 13 15:29:40 2003 +0000 +++ b/src/protocols/jabber/presence.c Mon Oct 13 18:46:05 2003 +0000 @@ -55,7 +55,7 @@ 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(""); }