]> git.lyx.org Git - lyx.git/commit
Fix bug #6603.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 7 Dec 2010 21:31:31 +0000 (21:31 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 7 Dec 2010 21:31:31 +0000 (21:31 +0000)
commitc24f8ae84ea30cb452a961b62a8610dd0b34e985
treef2928738f30b65971f08795f73abb0d3ba75c5ab
parent82643027edcf1fa07c7c359affb891ecf8347f59
Fix bug #6603.
The problem was that the child buffers were closed,
and therefore the TOC contained dangling pointers.
The fix is simple: Reopen all child docs and create a new TOC.

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