]> git.lyx.org Git - features.git/commit
Fix bug #6162: Crash after close window with master/child.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 19 Aug 2009 20:55:02 +0000 (20:55 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 19 Aug 2009 20:55:02 +0000 (20:55 +0000)
commit66dd3db8bc05d2af79aa6f0ad21dfe797d6c6b29
tree25b2520f92b8ff5daf0371d554ba80801247e819
parentc863a953b2abfa95a398777e3f4b6ca70446c5c2
Fix bug #6162: Crash after close window with master/child.

The previous fix was nonsense. It appeared to be a shameful copy-paste error. GuiView::disconnectBufferView() was exactly the same as GuiView::disconnectBuffer().

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