pidgin/purple-plugin-pack

Parents ba4a69308027
Children d84847bc267d
Add a
at the end of the history output (match the history plugin)
--- a/enhancedhist/enhancedhist.c Fri Oct 02 11:39:10 2009 -0700
+++ b/enhancedhist/enhancedhist.c Fri Oct 02 12:03:36 2009 -0700
@@ -257,7 +257,9 @@
/* Advance the list so that the next time through the loop we get the next log */
logs = logs->prev;
}
-
+
+ gtk_imhtml_append_text(GTK_IMHTML(gtkconv->imhtml), "<hr>", options);
+
gtk_imhtml_set_protocol_name(GTK_IMHTML(gtkconv->imhtml), protocol);
g_free(protocol);