mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
c1bfa93f1f
commit
3a68177562
@ -5728,7 +5728,6 @@ void Buffer::Impl::fileExternallyModified(bool const exists)
|
|||||||
"checksum unchanged: " << filename);
|
"checksum unchanged: " << filename);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
lyx_clean = false;
|
|
||||||
// If the file has been deleted, only mark the file as dirty since it is
|
// 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
|
// pointless to prompt for reloading. If later a file is moved into this
|
||||||
// location, then the externally modified warning will appear then.
|
// location, then the externally modified warning will appear then.
|
||||||
@ -5739,6 +5738,7 @@ void Buffer::Impl::fileExternallyModified(bool const exists)
|
|||||||
if (wa_ && wa_->unhide(owner_)) {
|
if (wa_ && wa_->unhide(owner_)) {
|
||||||
wa_->updateTitles();
|
wa_->updateTitles();
|
||||||
if (!exists) {
|
if (!exists) {
|
||||||
|
lyx_clean = false;
|
||||||
frontend::Alert::warning(
|
frontend::Alert::warning(
|
||||||
_("File deleted from disk"),
|
_("File deleted from disk"),
|
||||||
bformat(_("The file\n %1$s\n"
|
bformat(_("The file\n %1$s\n"
|
||||||
|
@ -46,6 +46,10 @@ What's new
|
|||||||
|
|
||||||
- Improve document output pane (bug 12902).
|
- Improve document output pane (bug 12902).
|
||||||
|
|
||||||
|
- Fix regression which marks document modified in case of external
|
||||||
|
modification. Only file deletion will trigger the modification
|
||||||
|
flag now (see bug 12819).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user