# HG changeset patch # User Sean Egan # Date 1112391482 0 # Node ID c3b709d6d1e723840ff1e616aecc99003d6e54e7 # Parent ec8b632c0e2adce9021aca36af049cfcb3ffa892 [gaim-migrate @ 12369] I don't think I've ever managed to commit something that compiled without testing it first. committer: Tailor Script diff -r ec8b632c0e2a -r c3b709d6d1e7 plugins/history.c --- 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),
, options); + gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), "
", options); gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), history, options); gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), "
", options); g_object_ref(G_OBJECT(gtkconv->imhtml));