Mercurial > pidgin.yaz
changeset 7247:8a2e22478242
[gaim-migrate @ 7824]
not how i wanted to spend my morning
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 13 Oct 2003 15:17:58 +0000 |
parents | cb6bf374c7ee |
children | aab000475910 |
files | src/protocols/jabber/presence.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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(""); }