Mercurial > pidgin.yaz
changeset 491:dcf5fe44396a
[gaim-migrate @ 501]
gtk_html_thaw later to try to avoid lots of refreshes
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 13 Jul 2000 21:34:53 +0000 |
parents | 8173ef176ba5 |
children | 56399273ed8d |
files | src/conversation.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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);