From 247113c8196448ff63b4f18d395795f2bae24b4c Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 3 Nov 2008 09:08:01 +0000 Subject: [PATCH] revert r27209 (for real) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27231 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index a1d729d5c7..44e35ab607 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2391,7 +2391,7 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir, makeDocBookFile(FileName(filename), runparams); } // LaTeX backend - else if (!put_in_tempdir) { + else if (backend_format == format) { runparams.nice = true; if (!makeLaTeXFile(FileName(filename), string(), runparams)) return false; -- 2.39.2