[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - framework/source

Stephan Bergmann sbergman at redhat.com
Thu Aug 13 04:21:00 PDT 2015


 framework/source/helper/statusindicatorfactory.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f87e86d0d04537df28a127fdabb14b68c52f626c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 13 12:04:55 2015 +0200

    tdf#93404: Forgot to launch WakeUpThread
    
    ...in 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined
    before exit"
    
    Change-Id: Iaa5a5772f099b11229bd40c3cc10d863ef0ad5b3
    (cherry picked from commit 54f10a9654b617c4c993044e52e7bd40d0151c53)
    Reviewed-on: https://gerrit.libreoffice.org/17697
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index 3b4001a..a0a4fde 100644
--- a/framework/source/helper/statusindicatorfactory.cxx
+++ b/framework/source/helper/statusindicatorfactory.cxx
@@ -544,6 +544,7 @@ void StatusIndicatorFactory::impl_startWakeUpThread()
     if (!m_pWakeUp.is())
     {
         m_pWakeUp = new WakeUpThread(this);
+        m_pWakeUp->launch();
     }
 }
 


More information about the Libreoffice-commits mailing list