*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 09 Aug 2006 14:48:50 +0200
changeset 6864 54e86ea3e958
parent 6863 4e2e267622eb
child 6865 c69e5225b03b
*** empty log message ***
FileBrowserV2.st
--- 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!