]> 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>
Mon, 19 Mar 2012 18:29:36 +0000 (19:29 +0100)
commitb754fb0253671ca564e6940088c38786083e477c
tree2842b1a6a0f16ff0ef263fbaaaa5dd3264ad4a2e
parent9a37ec51523f9144deb135a1aa7b3630c343d0fb
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
status.20x