[Libreoffice-commits] core.git: framework/source
Stephan Bergmann
sbergman at redhat.com
Thu Aug 13 03:07:41 PDT 2015
framework/source/helper/statusindicatorfactory.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 54f10a9654b617c4c993044e52e7bd40d0151c53
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
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index 8c640a8..ca25ff2 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