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

New commits:
commit e4de5376e0be50abcfa5d3c283029cb9245f03d6
Author: Michael Meeks <michael.me...@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)
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to