[Libreoffice-commits] .: Branch 'libreoffice-3-5' - connectivity/source

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Feb 2 07:54:48 PST 2012


 connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8a0b87ff6b4a7383c9a5b2ca6f5f435c66942b24
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Feb 2 00:54:35 2012 +0100

    increase the sleep time of the Mozilla UI Thread
    
    Signed-off-by: Kohei Yoshida <kohei.yoshida at suse.com>

diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
index d80ac4e..e9d8222 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
@@ -231,8 +231,8 @@ void MNS_XPCOM_EventLoop()
         if (NS_FAILED(rv))
             return ;
         if (event)
-        eventQ->HandleEvent(event);
-    }while ( PR_SUCCESS == PR_Sleep( PR_MillisecondsToInterval(1)) && aLive );
+            eventQ->HandleEvent(event);
+    }while ( PR_SUCCESS == PR_Sleep( PR_MillisecondsToInterval(20)) && aLive );
 
     eventQ->ProcessPendingEvents();
     OSL_TRACE( "OUT : MNS_XPCOM_EventLoop()" );


More information about the Libreoffice-commits mailing list