--- a/src/conversation.c Wed Jul 12 06:06:59 2000 +0000 +++ b/src/conversation.c Thu Jul 13 21:34:53 2000 +0000 @@ -897,8 +897,6 @@ gtk_html_append_text(GTK_HTML(c->text), "<BR>", 0); - gtk_html_thaw(GTK_HTML(c->text)); - if ((general_options & OPT_GEN_LOG_ALL) || find_log_info(c->name)) { char *t1; @@ -1058,8 +1056,6 @@ gtk_html_append_text(GTK_HTML(c->text), "<BR>", 0); - gtk_html_thaw(GTK_HTML(c->text)); - if ((general_options & OPT_GEN_LOG_ALL) || find_log_info(c->name)) { char *t1, *t2; char *nm = g_malloc(256); @@ -1099,6 +1095,8 @@ (!c->is_chat && (general_options & OPT_GEN_POPUP_WINDOWS))) gdk_window_show(c->window->window); + gtk_html_thaw(GTK_HTML(c->text)); + g_free(smiley); g_free(buf); g_free(buf2);