mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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
This commit is contained in:
parent
adc3d95451
commit
b28458129d
@ -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())) {
|
||||
|
Loading…
Reference in New Issue
Block a user