changed: #directoryChanged
authorClaus Gittinger <cg@exept.de>
Mon, 23 Jan 2012 15:41:54 +0100
changeset 11177 4b83b53c4b1b
parent 11176 eb02b211e777
child 11178 ad3cb83bd7f9
changed: #directoryChanged useless redraw
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Mon Jan 23 14:33:32 2012 +0100
+++ b/DirectoryContentsBrowser.st	Mon Jan 23 15:41:54 2012 +0100
@@ -1214,6 +1214,8 @@
         browserList contents:locItems.
     ].
     self selectCurrentFiles.
+
+    "Modified: / 23-01-2012 / 15:31:43 / cg"
 !
 
 updateDiskUsage
@@ -2386,7 +2388,7 @@
 
     |pos|
 
-    self setBrowserItemList:#().
+    "/ self setBrowserItemList:#().
     self createItemList.
 
     directory notNil ifTrue:[
@@ -2396,6 +2398,8 @@
             browser scrollToLine:pos.
         ]
     ].
+
+    "Modified (format): / 23-01-2012 / 15:41:20 / cg"
 !
 
 directoryContentsChanged
@@ -3372,9 +3376,9 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.241 2012-01-07 17:09:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.242 2012-01-23 14:41:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.241 2012-01-07 17:09:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.242 2012-01-23 14:41:54 cg Exp $'
 ! !