[EMAIL PROTECTED] schrieb:
Author: rgheck
Date: Fri May 25 00:17:04 2007
New Revision: 18500
URL: http://www.lyx.org/trac/changeset/18500
Log:
Forgot to restore this before committing 18494. This fixes bug 3725.
Modified:
lyx-devel/trunk/src/insets/InsetInclude.cpp
Modified: lyx-devel/trunk/src/insets/InsetInclude.cpp
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/src/insets/InsetInclude.cpp?rev=18500
==============================================================================
--- lyx-devel/trunk/src/insets/InsetInclude.cpp (original)
+++ lyx-devel/trunk/src/insets/InsetInclude.cpp Fri May 25 00:17:04 2007
@@ -463,7 +463,7 @@
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())) {
This doesn't look right even if it does the right thing.
Michael