Blob Blame History Raw
--- gtkhtml-3.15.90/src/htmlengine-print.c.print-regression	2007-08-09 04:32:48.000000000 -0400
+++ gtkhtml-3.15.90/src/htmlengine-print.c	2007-08-21 18:10:35.000000000 -0400
@@ -84,6 +84,11 @@ print_page (HTMLPainter *painter,
 
 	cr = gtk_print_context_get_cairo_context (context);
 
+	/* Show the previous page before we start drawing a new one.
+	 * GtkPrint will show the last page automatically for us. */
+	if (start_y > 0)
+		cairo_show_page (cr);
+
 	html_painter_begin (painter, 0, 0, page_width, page_height);
 
 	if (header_print != NULL)