Mercurial > pidgin
changeset 10763:ec8b632c0e2a
[gaim-migrate @ 12368]
I just noticed that history + timestamp == no newline. This ought fix that.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 01 Apr 2005 21:20:10 +0000 |
parents | 019229bf8b7e |
children | c3b709d6d1e7 |
files | plugins/history.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/history.c Thu Mar 31 03:42:38 2005 +0000 +++ b/plugins/history.c Fri Apr 01 21:20:10 2005 +0000 @@ -52,6 +52,7 @@ gtkconv = GAIM_GTK_CONVERSATION(c); if (flags & GAIM_LOG_READ_NO_NEWLINE) options |= GTK_IMHTML_NO_NEWLINE; + gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), <br>, options); gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), history, options); gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), "<hr>", options); g_object_ref(G_OBJECT(gtkconv->imhtml));