[Libreoffice-commits] core.git: Branch 'feature/fixes19' - vcl/source

Michael Meeks michael.meeks at collabora.com
Fri Mar 25 10:34:10 UTC 2016


 vcl/source/app/scheduler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4de5376e0be50abcfa5d3c283029cb9245f03d6
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Fri Mar 25 10:32:49 2016 +0000

    tweak lower.
    
    Change-Id: Iffde895d3c4d10352353754961795a42d9c9a763

diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index cb4a911..9cc8669 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -205,7 +205,7 @@ sal_uInt64 Scheduler::CalculateMinimumTimeout( bool &bHasActiveIdles,
             delete pSchedulerData;
         }
         else if (!bIgnoreLowPriority ||
-                 pSchedulerData->mpScheduler->mePriority >= SchedulerPriority::DEFAULT_IDLE)
+                 pSchedulerData->mpScheduler->mePriority >= SchedulerPriority::LOW)
         {
             if (!pSchedulerData->mbInScheduler)
             {


More information about the Libreoffice-commits mailing list