]> git.lyx.org Git - features.git/commit
simplify exit code, old code doesn't work on the Mac
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 25 Nov 2006 21:24:04 +0000 (21:24 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 25 Nov 2006 21:24:04 +0000 (21:24 +0000)
commit07fa2456f9f5ee9a0bc1154d49b5e26823105a4f
tree43917b9b523e2355e2647e78dda5c66eb0276c99
parent34a0fbe89771cf2987444a9343d0e4b8151fc0b5
simplify exit code, old code doesn't work on the Mac

* lyxfunc.C                         : rename unused LFUN_LYX_QUIT parameter
* frontends/qt4/GuiImplementation.C : call LFUN_LYX_QUIT when last window closed
* frontends/qt4/GuiWorkArea.C       : check theApp, add debug case
* frontends/qt4/GuiApplication.C    : remove quitLyX()
* frontends/qt4/GuiApplication.h    : remove quitLyX()
* frontends/qt4/GuiView.C           : hide() widow fore exiting to prevent crash

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16044 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.C
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/GuiImplementation.C
src/frontends/qt4/GuiView.C
src/frontends/qt4/GuiWorkArea.C
src/lyxfunc.C