Peter Kümmel wrote:
Should I  just check in this patch:

Index: src/frontends/qt4/GuiImplementation.C
===================================================================
--- src/frontends/qt4/GuiImplementation.C       (revision 15972)
+++ src/frontends/qt4/GuiImplementation.C       (working copy)
@@ -104,8 +104,9 @@
        buildViewIds();

        if (views_.empty()) {
-               theLyXFunc().setLyXView(0);
-//             dispatch(FuncRequest(LFUN_LYX_QUIT));
+               //theLyXFunc().setLyXView(0);
+               dispatch(FuncRequest(LFUN_LYX_QUIT, "force"));
+               exit(0);
                return;
        }


or will this break other things?

I suggest that you test this carefully before applying. You don't want to know how much time I spent to get it right on windows.

Abdel.

Reply via email to