forgotten file

This commit is contained in:
Matthias Clasen 2006-09-22 16:36:51 +00:00
parent cf7360c7a9
commit c79a9d1a71

View File

@ -29,7 +29,7 @@ draw_page (GtkPrintOperation *operation,
PangoLayout *layout;
PangoFontDescription *desc;
cr = gtk_print_context_get_cairo (context);
cr = gtk_print_context_get_cairo_context (context);
/* Draw a red rectangle, as wide as the paper (inside the margins) */
cairo_set_source_rgb (cr, 1.0, 0, 0);