diff pidgin/gtkconv.c @ 19667:a2f5a28ba983

More fix, thanks to SimGuy.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 06 Sep 2007 07:59:55 +0000
parents 37429bc82307
children 69484819987e
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);