# HG changeset patch # User Nathan Walp # Date 1071822666 0 # Node ID 8a9f0754f0be813c3dd034314235e1dd2b483fbb # Parent 347c674e63687539ad478a86960b9ff0c5daeaa5 [gaim-migrate @ 8554] oops. this will make things easier on gtkimhtml committer: Tailor Script diff -r 347c674e6368 -r 8a9f0754f0be src/protocols/jabber/message.c --- a/src/protocols/jabber/message.c Fri Dec 19 00:37:16 2003 +0000 +++ b/src/protocols/jabber/message.c Fri Dec 19 08:31:06 2003 +0000 @@ -275,7 +275,7 @@ jm->subject = xmlnode_get_data(child); } else if(!strcmp(child->name, "body")) { if(!jm->body) - jm->body = xmlnode_get_data(child); + jm->body = xmlnode_to_str(child, NULL); } else if(!strcmp(child->name, "html")) { if(!jm->xhtml) jm->xhtml = xmlnode_to_str(child, NULL);