[gaim-migrate @ 12369]

Fri, 01 Apr 2005 21:38:02 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Fri, 01 Apr 2005 21:38:02 +0000
changeset 10764
a1533468437d
parent 10763
f0da930e9581
child 10765
aca333747801

[gaim-migrate @ 12369]
I don't think I've ever managed to commit something that compiled without
testing it first.

plugins/history.c file | annotate | diff | comparison | revisions
--- 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));

mercurial