Tools__BrowserList.st
changeset 18729 2eb3d0ec1964
parent 18698 a2e4fb75be56
child 18730 458e1c717b78
--- a/Tools__BrowserList.st	Fri Mar 29 12:57:43 2019 +0100
+++ b/Tools__BrowserList.st	Sat Mar 30 12:23:12 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -1516,7 +1514,7 @@
     [
         activeProcess 
             withPriority:(Processor userBackgroundPriority) 
-            to:(Processor activePriority-1)   
+            to:(Processor userSchedulingPriority)   
             do:aBlock
     ] ensure:[ 
         done := true. 
@@ -1525,6 +1523,7 @@
 
     "Modified: / 23-02-2017 / 13:57:31 / stefan"
     "Modified: / 05-07-2017 / 10:44:28 / cg"
+    "Modified: / 30-03-2019 / 12:22:32 / Claus Gittinger"
 !
 
 inSlaveMode