#FEATURE by exept
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2020 22:09:30 +0100
changeset 19532 887a854246f4
parent 19531 b3fa4eeb9f1c
child 19533 e5cd2a7fc47c
#FEATURE by exept class: AbstractFileFinderApplicationComponent changed: #startSearchTask:name: backgroundPrioRange changed to ensure it makes progress.
AbstractFileFinderApplicationComponent.st
--- a/AbstractFileFinderApplicationComponent.st	Wed Feb 26 22:08:37 2020 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Wed Feb 26 22:09:30 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -214,7 +212,7 @@
             ]
         ] newProcess.
 
-    searchTask priorityRange:(Processor userBackgroundPriority to:Processor userSchedulingPriority-1).
+    searchTask priorityRange:(Processor userBackgroundPriority to:Processor userSchedulingPriority"-1").
     searchTask name:taskName.
     searchTask resume.
     ^ searchTask