If calendar file is changed by another process, don't rewrite it

Authored by djarvie on Apr 21 2020, 7:50 PM.

Description

If calendar file is changed by another process, don't rewrite it

If another process changed the calendar file, the resource loaded
the file, and then called reload() (in retrieveItems()), which
caused it to be written (changing its hash) and then loaded again.
This patch prevents the superfluous write.

Details

Committed
djarvieApr 21 2020, 7:50 PM
Parents
R44:c440f03be864: Minor optimization
Branches
Unknown
Tags
Unknown