[Libreoffice-commits] .: desktop/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 01:44:00 PST 2012


 desktop/source/app/app.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 89488e43b27a97ffdc7213e38d0ea1584a81c571
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 22 10:43:09 2012 +0100

    IPC_STATUS_2ND_OFFICE -> BS_TERMINATE -> EXIT_SUCCES rather than EXIT_FAILURE
    
    Change-Id: Ic2dd861de07f90676bb263c7ea6c00c2b4335de5

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 622f5ae..547ed4f 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1385,7 +1385,7 @@ int Desktop::Main()
 
     BootstrapStatus eStatus = GetBootstrapStatus();
     if (eStatus == BS_TERMINATE) {
-        return EXIT_FAILURE;
+        return EXIT_SUCCESS;
     }
 
     // Detect desktop environment - need to do this as early as possible


More information about the Libreoffice-commits mailing list