AbstractFileFinderApplicationComponent.st
changeset 17983 6bfe4498c117
parent 17684 ad637949d97a
child 18371 3cfa50c8f6f4
--- a/AbstractFileFinderApplicationComponent.st	Wed Feb 07 18:36:42 2018 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Fri Feb 09 18:05:03 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -184,7 +186,7 @@
             ]
         ] newProcess.
 
-    searchTask priorityRange:(Processor userBackgroundPriority to:Processor userSchedulingPriority).
+    searchTask priorityRange:(Processor userBackgroundPriority to:Processor userSchedulingPriority-1).
     searchTask name:taskName.
     searchTask resume.
     ^ searchTask