FileBrowserV2.st
changeset 4390 e9e2343d5569
parent 4380 0987d10ae2ba
child 4451 6f06f760a64b
--- a/FileBrowserV2.st	Mon Dec 16 18:25:31 2002 +0100
+++ b/FileBrowserV2.st	Wed Dec 18 11:27:50 2002 +0100
@@ -1132,7 +1132,7 @@
             newEntryValue := self getCommonForCurrentFiles.
         ].
     ].
-    self fileEntryFieldHolder value:newEntryValue withoutNotifying:self.
+    self fileEntryFieldHolder value:(newEntryValue asString) withoutNotifying:self.
 
     self updatePreview.
 !
@@ -1510,7 +1510,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.58 2002-12-13 16:29:27 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.59 2002-12-18 10:27:50 penk Exp $'
 ! !
 
 FileBrowserV2 initialize!