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:
Benjamin Otte 2011-01-03 16:16:02 +01:00
parent 7537907baf
commit d1ecd28695

View File

@ -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);