class: FileDialog
authorStefan Vogel <sv@exept.de>
Wed, 26 Jun 2013 10:38:19 +0200
changeset 13025 8244753fe0a7
parent 13024 07fe9ce1687d
child 13026 ad8d4b54b922
class: FileDialog comment/format in: #preOpenWith:
FileDialog.st
--- a/FileDialog.st	Wed Jun 26 10:36:43 2013 +0200
+++ b/FileDialog.st	Wed Jun 26 10:38:19 2013 +0200
@@ -1891,7 +1891,7 @@
 preOpenWith:aBuilder
     "called right before being opened"
 
-    | sumH oldVPanelHeight newVPanelHeight delta|
+    |delta|
 
     "Increase height of the window so height of the file part
      remain the same. This cares for any components added by a hook"
@@ -2078,11 +2078,11 @@
 !FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.126 2013-06-25 10:42:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.127 2013-06-26 08:38:19 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.126 2013-06-25 10:42:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.127 2013-06-26 08:38:19 stefan Exp $'
 !
 
 version_HG
@@ -2091,6 +2091,6 @@
 !
 
 version_SVN
-    ^ '$Id: FileDialog.st,v 1.126 2013-06-25 10:42:21 cg Exp $'
+    ^ '$Id: FileDialog.st,v 1.127 2013-06-26 08:38:19 stefan Exp $'
 ! !