2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-jobs.c: (ev_job_xfer_run):
Load the document with the font-config lock held.
svn path=/trunk/; revision=2247
+2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-jobs.c: (ev_job_xfer_run):
+
+ Load the document with the font-config lock held.
+
2007-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/ps/ps-document.c: (start_interpreter):
}
gnome_vfs_uri_unref (source_uri);
+ ev_document_fc_mutex_lock ();
EV_JOB(job)->document = ev_document_factory_get_document (job->local_uri ? job->local_uri : job->uri, &job->error);
+ ev_document_fc_mutex_unlock ();
EV_JOB (job)->finished = TRUE;
return;