replace send of #close with #closeRequest.
authorClaus Gittinger <cg@exept.de>
Sat, 20 Feb 1999 02:26:52 +0100
changeset 1035 25575d9c0fc5
parent 1034 3cb196044804
child 1036 26ebad245428
replace send of #close with #closeRequest.
FileSelectionBrowser.st
--- a/FileSelectionBrowser.st	Sat Feb 20 02:24:34 1999 +0100
+++ b/FileSelectionBrowser.st	Sat Feb 20 02:26:52 1999 +0100
@@ -389,7 +389,7 @@
 
     self valueOfFileName value: aFileName.
     accept value: true.
-    self close
+    self closeRequest
 !
 
 readDirectory