]> git.lyx.org Git - features.git/commit
Simplify the code, and rename tolastopened to in_close_event. Rationale: when we...
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 17 Aug 2009 21:31:24 +0000 (21:31 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 17 Aug 2009 21:31:24 +0000 (21:31 +0000)
commit0e3f25489e377b47dc956fc22f597d92fc5d6716
treeb4c43b1c8cd8a82f9e5626d7f2549561729a896f
parentf6491727bf715a053f5e912202c8051f98f08176
Simplify the code, and rename tolastopened to in_close_event. Rationale: when we are in a close event we want to store the last opened files, and we don't want to close any child buffers. Closing the child buffers now will crimple the last opened files in the session file (the order of tabs that is). Child buffers are closed anyway when we are in a close event.

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