diff -r ce09875528c4 -r 3084b2e1dd99 src/conversation.c --- a/src/conversation.c Thu May 24 21:08:24 2001 +0000 +++ b/src/conversation.c Thu May 24 21:12:36 2001 +0000 @@ -772,12 +772,12 @@ return; } - if (general_options & OPT_GEN_SEND_LINKS) - linkify_text(buf); - buf2 = g_malloc(limit); if (c->gc->prpl->options & OPT_PROTO_HTML) { + if (general_options & OPT_GEN_SEND_LINKS) + linkify_text(buf); + if (font_options & OPT_FONT_BOLD) { g_snprintf(buf2, limit, "%s", buf); strcpy(buf, buf2);