summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-13 12:04:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-13 12:07:21 +0200
commit54f10a9654b617c4c993044e52e7bd40d0151c53 (patch)
tree239bd0c610fe7ddc4d0876b8e3dbe501a2adcecf
parentd2f218f54369c6d7fb38d0b701aa86fdf5aae843 (diff)
tdf#93404: Forgot to launch WakeUpThread
...in 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined before exit" Change-Id: Iaa5a5772f099b11229bd40c3cc10d863ef0ad5b3
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index 8c640a81b503..ca25ff203279 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();
}
}