FileBrowserV2.st
changeset 6864 54e86ea3e958
parent 6834 f42cab67e211
child 7102 cd8f9b51dd75
--- a/FileBrowserV2.st	Wed Aug 09 14:48:41 2006 +0200
+++ b/FileBrowserV2.st	Wed Aug 09 14:48:50 2006 +0200
@@ -1222,7 +1222,7 @@
 doSpawn
 
     self saveRuntimeAspectValues.
-    self class openWithAspects:aspects withExtent:self builder window extent.
+    self class openWithAspects:aspects withExtent:(self builder window extent).
 !
 
 hideFilenameEntryField
@@ -1796,7 +1796,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.153 2006-07-25 09:26:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.154 2006-08-09 12:48:50 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!