AbstractDirectoryBrowser.st
changeset 16912 e57a97280a14
parent 15042 f002aba0f9c9
child 16946 3684b30ce53e
child 17133 f9f20407fbf9
--- a/AbstractDirectoryBrowser.st	Thu Oct 06 19:12:57 2016 +0200
+++ b/AbstractDirectoryBrowser.st	Thu Oct 06 22:28:44 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractFileBrowser subclass:#AbstractDirectoryBrowser
 	instanceVariableNames:'inDropMode canDropItem browser updateToExternFileHolderLock'
 	classVariableNames:''
@@ -198,7 +200,7 @@
 
     "/ cg: used to be unconditionally true hew;
     "/ but then, when a FileDialog (which is not an AbstractFileBrowser) is opened,
-    "/ the commonPostBuild will not properly update its enable chanels;
+    "/ the commonPostBuild will not properly update its enable channels;
     "/ especially the enableDirectoryUp is false.
     "/ This whole FileBrowser is so complicated that it became almost unusable.
     "/ (too much inheritance and knowledge - DirTree and DirContents should each only do
@@ -228,10 +230,10 @@
 !AbstractDirectoryBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractDirectoryBrowser.st,v 1.27 2014-12-17 15:32:42 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractDirectoryBrowser.st,v 1.27 2014-12-17 15:32:42 cg Exp $'
+    ^ '$Header$'
 ! !