DirectoryContentsBrowser.st
changeset 18714 1881cef3cb2a
parent 18660 0311483f762c
child 18814 4bb8de1e87b7
--- a/DirectoryContentsBrowser.st	Tue Mar 26 08:17:39 2019 +0100
+++ b/DirectoryContentsBrowser.st	Tue Mar 26 18:30:09 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -2783,12 +2781,13 @@
                       ] newProcess.
         updateTask 
             name:'DirectoryContentsBrowser updateTask';
-            priorityRange:(Processor userBackgroundPriority to:Processor activePriority-1);
+            priorityRange:(Processor userBackgroundPriority to:Processor activePriority);
             restartable:true;
             resume.
     ].
 
     "Modified: / 10-08-2010 / 14:03:57 / sr"
+    "Modified: / 26-03-2019 / 18:27:19 / Claus Gittinger"
 !
 
 stopUpdateTask