]> git.lyx.org Git - features.git/commitdiff
I assume this was a c&p error
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 18 Oct 2010 08:23:29 +0000 (08:23 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 18 Oct 2010 08:23:29 +0000 (08:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35697 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 6270265c47ae51c0d87de6274b0f06424b2559aa..569de58926a42788028d0e627c962fd9ef35efc1 100644 (file)
@@ -2950,7 +2950,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                        bool const update_unincluded =
                                used_buffer->params().maintain_unincluded_children &&
                                !used_buffer->params().getIncludedChildren().empty();
-                       used_buffer->doExport(format, true);
+                       used_buffer->doExport(format, update_unincluded);
 #endif
                        break;
                }