postOpen: -> set filenameHolder as Filename-Object not as a String
authortm
Wed, 02 Apr 2003 08:25:59 +0200
changeset 4761 d21c00bedc07
parent 4760 206a67dba8a8
child 4762 ff173a690f0f
postOpen: -> set filenameHolder as Filename-Object not as a String
FileDialog.st
--- a/FileDialog.st	Tue Apr 01 17:08:52 2003 +0200
+++ b/FileDialog.st	Wed Apr 02 08:25:59 2003 +0200
@@ -1216,7 +1216,7 @@
         treeBrowser allowFileOperations value:false.
         self newDirectoryVisibilityHolder value:false.
     ].
-    self filenameHolder value:(self startFilename asString).
+    self filenameHolder value:(self startFilename).
     self window label:(resources string:((self initialText) ? 'File Dialog')).
 !
 
@@ -1338,5 +1338,5 @@
 !FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.29 2003-03-27 10:05:51 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.30 2003-04-02 06:25:59 tm Exp $'
 ! !