FileBrowser.st
changeset 3523 a2e47bf8d0c0
parent 3520 83cf11e1bf32
child 3527 ab546f3bf637
--- a/FileBrowser.st	Tue Dec 18 15:21:11 2001 +0100
+++ b/FileBrowser.st	Tue Dec 18 19:54:26 2001 +0100
@@ -2221,6 +2221,7 @@
                     ]
                 ] ifFalse:[ (path hasSuffix:'sif') ifTrue:[
                     "/ loading a sif (smalltalk interchange format) file
+                    SmalltalkInterchangeSTXFileInManager autoload.    
                     SmalltalkInterchangeFileManager newForFileIn
                         fileName: path pathName;
                         fileIn.
@@ -7700,5 +7701,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.452 2001-12-18 10:57:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.453 2001-12-18 18:54:26 cg Exp $'
 ! !