[Libreoffice-commits] .: Branch 'libreoffice-3-4' - desktop/unx

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Tue May 31 09:29:34 PDT 2011


 desktop/unx/source/start.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 6fbc556ac582a1c6b10cf5e1071324aa7307df63
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Tue May 24 15:27:23 2011 +0100

    remove erroneous FIXMEs when re-starting oosplash.bin
    
    Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>

diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index b6ae8aa..445bd44 100755
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -999,12 +999,16 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
 
             switch (child_get_exit_code (info)) {
             case 79: // re-start with just -env: parameters
-                fprintf (stderr, "FIXME: re-start with just -env: params !\n");
+#if OSL_DEBUG_LEVEL > 0
+                fprintf (stderr, "oosplash: re-start with just -env: params !\n");
+#endif
                 bRestart = sal_True;
                 bAllArgs = sal_False;
                 break;
             case 81: // re-start with all arguments
-                fprintf (stderr, "FIXME: re-start with all params !\n");
+#if OSL_DEBUG_LEVEL > 0
+                fprintf (stderr, "oosplash: re-start with all params !\n");
+#endif
                 bRestart = sal_True;
                 bAllArgs = sal_True;
                 break;


More information about the Libreoffice-commits mailing list