diff src/protocols/jabber/message.c @ 7944:a99f0aebc7ce

[gaim-migrate @ 8615] assorted jabber tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 28 Dec 2003 04:27:27 +0000
parents e87e7d9d0132
children 119a22025818
line wrap: on
line diff
--- a/src/protocols/jabber/message.c	Sun Dec 28 02:41:52 2003 +0000
+++ b/src/protocols/jabber/message.c	Sun Dec 28 04:27:27 2003 +0000
@@ -226,7 +226,8 @@
 	buf = g_strdup_printf(_("Message delivery to %s failed: %s"),
 			jm->from, jm->error);
 
-	gaim_notify_error(jm->js->gc, _("Jabber Message Error"), buf, jm->body);
+	gaim_notify_formatted(jm->js->gc, _("Jabber Message Error"), _("Jabber Message Error"), buf,
+			jm->xhtml ? jm->xhtml : jm->body, NULL, NULL);
 
 	g_free(buf);
 }