Author: Vincent van Ravesteijn<[email protected]>
Date: Sat, 17 Mar 2012 19:00:25 +0100
New Commit: 1d5204315e8c4cfed564854c1ff4de1d46ec4917
URL:
http://git.lyx.org/?p=lyx.git;a=commit;h=1d5204315e8c4cfed564854c1ff4de1d46ec4917
Log:
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.
To branch ?
Vincent