X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-jobs.c;h=72ed96142b26f65767321246bc7b9dca26aee970;hb=65c06150e05948eb7b056b0ec5cb9c364b652cfe;hp=5060231bee32edf333bdfe42cb9fcade056893db;hpb=3f175f30d0eb1df7df8894c7ba0949e4cbd23e8f;p=evince.git diff --git a/shell/ev-jobs.c b/shell/ev-jobs.c index 5060231b..72ed9614 100644 --- a/shell/ev-jobs.c +++ b/shell/ev-jobs.c @@ -254,8 +254,8 @@ ev_job_render_new (EvDocument *document, job->rc = g_object_ref (rc); job->target_width = width; job->target_height = height; - job->text = text; - job->base = base; + job->text = *text; + job->base = *base; job->include_links = include_links; job->include_text = include_text; job->include_selection = include_selection; @@ -305,7 +305,7 @@ ev_job_render_run (EvJobRender *job) &(job->selection), &(job->selection_points), NULL, - job->text, job->base); + &(job->text), &(job->base)); job->selection_region = ev_selection_get_selection_region (EV_SELECTION (EV_JOB (job)->document), job->rc,