]> git.lyx.org Git - features.git/commitdiff
Forgot to restore this before committing 18494. This fixes bug 3725.
authorRichard Heck <rgheck@comcast.net>
Thu, 24 May 2007 22:17:04 +0000 (22:17 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 24 May 2007 22:17:04 +0000 (22:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18500 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp

index f5c4afd0a8268541b059ce94626669f515e5088e..dd9b61637c4f9aa56617320ff81db80bb1eb7d76 100644 (file)
@@ -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())) {