comparison 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
comparison
equal deleted inserted replaced
7943:e8fc79fb648b 7944:a99f0aebc7ce
224 return; 224 return;
225 225
226 buf = g_strdup_printf(_("Message delivery to %s failed: %s"), 226 buf = g_strdup_printf(_("Message delivery to %s failed: %s"),
227 jm->from, jm->error); 227 jm->from, jm->error);
228 228
229 gaim_notify_error(jm->js->gc, _("Jabber Message Error"), buf, jm->body); 229 gaim_notify_formatted(jm->js->gc, _("Jabber Message Error"), _("Jabber Message Error"), buf,
230 jm->xhtml ? jm->xhtml : jm->body, NULL, NULL);
230 231
231 g_free(buf); 232 g_free(buf);
232 } 233 }
233 234
234 void jabber_message_parse(JabberStream *js, xmlnode *packet) 235 void jabber_message_parse(JabberStream *js, xmlnode *packet)