When "saving as.." don't copy the original file modification time
GLib 2.80
added support for that by means of new GFileCopy
flag
G_FILE_COPY_TARGET_DEFAULT_MODIFIED_TIME
which skips copying
the modified time from the origin file to the destination file.
Closes #706 (closed)