diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-04-07 11:02:03 +0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-04-07 20:48:56 +0000 |
commit | e88ba02a70c3f2279ed7ceefeb94f843537bcf8e (patch) | |
tree | 59b5a7828af8cfcf4ba0e934b2e066d839e58cbe /cui/source/tabpages | |
parent | e943da4189e829c7b65b6d171bd6d16ca5e0b425 (diff) |
tdf#97087 - Give Idles comprehensible and unique names
Change-Id: I435d26c00f48506a3f6bfb22aae156e91636842a
Reviewed-on: https://gerrit.libreoffice.org/23887
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index 6504b11da2ac..2256096cd2bc 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -951,7 +951,7 @@ void SvxBackgroundTabPage::ShowSelector() m_pBtnPosition->SetClickHdl( HDL(RadioClickHdl_Impl) ); // delayed loading via timer (because of UI-Update) - pPageImpl->pLoadIdle = new Idle; + pPageImpl->pLoadIdle = new Idle("DelayedLoad"); pPageImpl->pLoadIdle->SetPriority( SchedulerPriority::LOWEST ); pPageImpl->pLoadIdle->SetIdleHdl( LINK( this, SvxBackgroundTabPage, LoadIdleHdl_Impl ) ); |