]> git.lyx.org Git - lyx.git/commit
Unbreak citing from bibliography environment
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 31 Dec 2018 08:43:39 +0000 (09:43 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 31 Dec 2018 08:43:39 +0000 (09:43 +0100)
commit279e656d6a7c4ee3647752cba8b9aa7d6ec6e0c2
tree658735b9d54838f2c1c686898b806e57d88abad4
parent00cd6f101c4962c304116874c6306950246351f7
Unbreak citing from bibliography environment

We need to bail out here early since otherwise the cache is prematurely
set to valid even if it is invalid with the bibliography environment.
The following checks (for timestamps of bib files) are only targeted
at bib(la)tex.

The fix is already in master.
src/Buffer.cpp