]> git.lyx.org Git - features.git/commit
Fix bug #5458 (try 2): File reopens at LyX-start even though it was closed in previou...
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 9 May 2009 19:59:53 +0000 (19:59 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 9 May 2009 19:59:53 +0000 (19:59 +0000)
commit99dc01f79ba75788a8f19b2faba902ec030aaa4c
treedd5a27a131935aef0c9c5ede014ef6d75a0fcc77
parent19502b9035c37b136c0e2c1831fad7ccec0e007b
Fix bug #5458 (try 2): File reopens at LyX-start even though it was closed in previous session.

We should of course clear the list before closing each of the views. Otherwise, the second view will remove the files from the first view from the list.

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