Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-print-job.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-print-job.c')
-rw-r--r--shell/ev-print-job.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-print-job.c b/shell/ev-print-job.c
index 8363639..e7c1ce1 100644
--- a/shell/ev-print-job.c
+++ b/shell/ev-print-job.c
@@ -258,7 +258,8 @@ idle_print_handler (EvPrintJob *job)
if (!job->printing) {
ev_document_doc_mutex_lock ();
ev_ps_exporter_begin (EV_PS_EXPORTER (job->document),
- job->temp_file);
+ job->temp_file, job->first_page,
+ job->last_page);
ev_document_doc_mutex_unlock ();
job->next_page = job->first_page;
job->printing = TRUE;