FileBrowserV2.st
changeset 5532 9b43fb7979ad
parent 5528 54e3fbee2822
child 5630 167c807f720a
--- a/FileBrowserV2.st	Tue Feb 17 14:48:09 2004 +0100
+++ b/FileBrowserV2.st	Wed Feb 18 11:22:44 2004 +0100
@@ -81,6 +81,7 @@
     - check all windowspecs with different font types
     - multiple select with mouse moving is flickering (see bestFilename in FilenameEditField)
     - too many system calls on update cycle
+    - stop monitoring task for DirectoryTreebrowser and DirectoryContentsBrowser
 "
 ! !
 
@@ -1697,7 +1698,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.106 2004-02-17 12:07:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.107 2004-02-18 10:22:44 penk Exp $'
 ! !
 
 FileBrowserV2 initialize!