]> git.lyx.org Git - features.git/commit
Fix part of bug #6251: When closing a buffer, only close the direct children. All...
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 29 Oct 2009 23:28:08 +0000 (23:28 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 29 Oct 2009 23:28:08 +0000 (23:28 +0000)
commitd156d117388a4aacbaa57d81dd9d12e21572bda4
treec752e37c453f586bbe52380b5ff8916ebd031d7f
parentfb2b8173467518d4364b336ef1a28ef01582a4d4
Fix part of bug #6251: When closing a buffer, only close the direct children. All grandchildren will be closed recursively by the children _and_ before it will be close by the grandparent.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31797 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/frontends/qt4/GuiView.cpp