From e15ce77fdce11d47bc92a209efb013c008d502d5 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 24 Oct 2006 18:32:58 +0000 Subject: Use print settings scale, copies, collate and reverse which were ignored. 2006-10-24 Carlos Garcia Campos * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): * shell/ev-window.c: (ev_window_print_dialog_response_cb): Use print settings scale, copies, collate and reverse which were ignored. Fixes bug #359032. --- (limited to 'shell/ev-jobs.h') diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index e4497f2..a8db1e9 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -191,6 +191,9 @@ struct _EvJobPrint gchar *temp_file; EvPrintRange *ranges; gint n_ranges; + gint copies; + gboolean collate; + gboolean reverse; gdouble width; gdouble height; }; @@ -246,10 +249,13 @@ void ev_job_xfer_run (EvJobXfer *xfer); /* EvJobPrint */ GType ev_job_print_get_type (void) G_GNUC_CONST; EvJob *ev_job_print_new (EvDocument *document, + gdouble width, + gdouble height, EvPrintRange *ranges, gint n_ranges, - gdouble width, - gdouble height); + gint copies, + gdouble collate, + gdouble reverse); void ev_job_print_run (EvJobPrint *print); G_END_DECLS -- cgit v0.9.1