forked from AuroraMiddleware/gtk
cups: Someone can neither type, read compiler output and run tests.
Being able to do one of these would have caught this.
This commit is contained in:
parent
7537907baf
commit
d1ecd28695
@ -343,7 +343,7 @@ cups_printer_create_cairo_surface (GtkPrinter *printer,
|
||||
gint level = 2;
|
||||
|
||||
if (gtk_printer_accepts_pdf (printer))
|
||||
surface = cairo_pdf_surface_create_for_strean (_cairo_write_to_cups, cache_io, width, height);
|
||||
surface = cairo_pdf_surface_create_for_stream (_cairo_write_to_cups, cache_io, width, height);
|
||||
else
|
||||
surface = cairo_ps_surface_create_for_stream (_cairo_write_to_cups, cache_io, width, height);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user