]> git.lyx.org Git - lyx.git/commitdiff
first try it on the Mac
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 19 Nov 2006 12:24:40 +0000 (12:24 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 19 Nov 2006 12:24:40 +0000 (12:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15975 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.C

index 0f796871305d852528e15ec70de90aab633c6839..a6aad8219f4e8274e0dd2d725e17c87770969a46 100644 (file)
@@ -158,7 +158,7 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
        primary window ... is closed.
        This feature be turned off by setting quitOnLastWindowClosed to false.
        */
-       //setQuitOnLastWindowClosed(false);
+       setQuitOnLastWindowClosed(false);
        // this connect should not be necessary: 
        // we rely on a Qt bug on Windows and maybe Linux
        QObject::connect(this, SIGNAL(lastWindowClosed()),