summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-04-07 11:02:03 +0300
committerMichael Stahl <mstahl@redhat.com>2016-04-07 20:48:56 +0000
commite88ba02a70c3f2279ed7ceefeb94f843537bcf8e (patch)
tree59b5a7828af8cfcf4ba0e934b2e066d839e58cbe /vcl
parente943da4189e829c7b65b6d171bd6d16ca5e0b425 (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 'vcl')
-rw-r--r--vcl/unx/generic/print/genprnpsp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx
index 45e3e16fa40e..d9799f279bf0 100644
--- a/vcl/unx/generic/print/genprnpsp.cxx
+++ b/vcl/unx/generic/print/genprnpsp.cxx
@@ -1325,7 +1325,7 @@ void PrinterUpdate::update(SalGenericInstance &rInstance)
doUpdate();
else if( ! pPrinterUpdateIdle )
{
- pPrinterUpdateIdle = new Idle();
+ pPrinterUpdateIdle = new Idle("PrinterUpdateTimer");
pPrinterUpdateIdle->SetPriority( SchedulerPriority::LOWEST );
pPrinterUpdateIdle->SetIdleHdl( LINK( nullptr, PrinterUpdate, UpdateTimerHdl ) );
pPrinterUpdateIdle->Start();