From: Richard Heck Date: Thu, 24 May 2007 22:17:04 +0000 (+0000) Subject: Forgot to restore this before committing 18494. This fixes bug 3725. X-Git-Tag: 1.6.10~9635 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b28458129ddc54226e8ea35b4b0f24451d804bcd;p=features.git 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 --- 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())) {