Mercurial > pidgin
changeset 19668:a2f5a28ba983
More fix, thanks to SimGuy.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 06 Sep 2007 07:59:55 +0000 |
parents | 01ad48d825bd |
children | 69484819987e fb3b3e93b9ca |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Thu Sep 06 07:50:42 2007 +0000 +++ b/pidgin/gtkconv.c Thu Sep 06 07:59:55 2007 +0000 @@ -943,7 +943,7 @@ lines = gtk_imhtml_get_markup_lines( GTK_IMHTML(PIDGIN_CONVERSATION(conv)->imhtml)); - text = g_strjoinv("\n", lines); + text = g_strjoinv("<br>\n", lines); fprintf(fp, "%s", text); g_free(text); g_strfreev(lines);