From b28458129ddc54226e8ea35b4b0f24451d804bcd Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 24 May 2007 22:17:04 +0000 Subject: [PATCH] Forgot to restore this before committing 18494. This fixes bug 3725. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18500 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetInclude.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index f5c4afd0a8..dd9b61637c 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -463,7 +463,7 @@ int InsetInclude::latex(Buffer const & buffer, odocstream & os, if (runparams.inComment || runparams.dryrun) // Don't try to load or copy the file - return true; + ; //if it's a LyX file and we're including or inputting it... else if (isInputOrInclude(params_) && isLyXFilename(included_file.absFilename())) { -- 2.39.2