changeset 10764:c3b709d6d1e7

[gaim-migrate @ 12369] I don't think I've ever managed to commit something that compiled without testing it first. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 01 Apr 2005 21:38:02 +0000
parents ec8b632c0e2a
children 80b8be10dc42
files plugins/history.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/history.c	Fri Apr 01 21:20:10 2005 +0000
+++ b/plugins/history.c	Fri Apr 01 21:38:02 2005 +0000
@@ -52,7 +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), "<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));