Skip to content

shell: Fix loading of encrypted document

Qiu Wenbo requested to merge crab2313/evince:pablo-fix-password into main

ev_job_load_get_loaded_document simply set loaded_document to NULL which violates the assumption that EvJobLoads holds the loaded_document when the the document requires a password to unlock.

Merge request reports