From: Pavel Sanda Date: Sun, 25 Feb 2018 13:49:21 +0000 (+0100) Subject: We don't want external change to automatically marked the buffer dirty. X-Git-Tag: 2.3.1~133^2~66 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9df4806f7f01428ddae86756c54de36bd1554b1e;p=features.git We don't want external change to automatically marked the buffer dirty. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203995.html --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 1ae48acc8a..a9f66a674c 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -5360,7 +5360,6 @@ void Buffer::Impl::fileExternallyModified(bool const exists) "checksum unchanged: " << filename); return; } - lyx_clean = bak_clean = false; // If the file has been deleted, only mark the file as dirty since it is // pointless to prompt for reloading. If later a file is moved into this // location, then the externally modified warning will appear then.