]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
Track change of label name
[lyx.git] / src / Converter.cpp
index 2ffd98a42a14f68a68b93a419ee32b3c8b2ea125..d5686f666da5a6a2152b7188333d0137ad2e97f8 100644 (file)
@@ -863,7 +863,7 @@ Converters::RetVal Converters::runLaTeX(Buffer const & buffer, string const & co
        string const name = buffer.latexName();
        LaTeX latex(command, runparams, FileName(makeAbsPath(name)),
                    buffer.filePath(), buffer.layoutPos(),
-                   buffer.isClone(), buffer.lastPreviewError());
+                   buffer.isClone(), buffer.freshStartRequired());
        TeXErrors terr;
        // The connection closes itself at the end of the scope when latex is
        // destroyed. One cannot close (and destroy) buffer while the converter is