]> git.lyx.org Git - features.git/commit
Clear the error list from previous errors
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 17 Mar 2012 18:00:25 +0000 (19:00 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 17 Mar 2012 18:00:25 +0000 (19:00 +0100)
commit1d5204315e8c4cfed564854c1ff4de1d46ec4917
tree72be6005fc7fa24a1a112efeb0b5b78f42f871b8
parent18e968a431f331030a0e685d821b8df0eb46a0dc
Clear the error list from previous errors

We only copied the error list to the cloned buffer when makeLatexfile
failed. This means that a second try will never clear the error list and
the user will be presented the same list again.

Therefore, we unconditionally copy the error list such that we also clear
the list on success.
src/Buffer.cpp