AbstractFileFinderApplicationComponent.st
changeset 15464 55f42d7909ef
parent 15410 45582dc314d5
child 15566 184cea584be5
child 15590 9723cf906e2c
--- a/AbstractFileFinderApplicationComponent.st	Fri Feb 27 23:56:58 2015 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Sat Feb 28 00:11:37 2015 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -169,7 +171,7 @@
             ]
         ] newProcess.
 
-    searchTask priorityRange:(Processor systemBackgroundPriority to:Processor userSchedulingPriority).
+    searchTask priorityRange:(Processor userBackgroundPriority to:Processor userSchedulingPriority).
     searchTask name:taskName.
     searchTask resume.
     ^ searchTask
@@ -488,10 +490,10 @@
 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.15 2015-02-24 15:45:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.16 2015-02-27 23:11:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.15 2015-02-24 15:45:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.16 2015-02-27 23:11:37 cg Exp $'
 ! !