aboutToOpenBoxNotificationSignal semantic change (for Jan)
authorClaus Gittinger <cg@exept.de>
Thu, 22 Aug 2013 15:54:50 +0200
changeset 4330 69a2cba2229e
parent 4329 2150d2f0b794
child 4331 7c89cfb5b3a4
aboutToOpenBoxNotificationSignal semantic change (for Jan)
FilenameWidgetWithHistory.st
--- a/FilenameWidgetWithHistory.st	Thu Aug 22 10:43:04 2013 +0200
+++ b/FilenameWidgetWithHistory.st	Thu Aug 22 15:54:50 2013 +0200
@@ -280,11 +280,7 @@
     |path |
 
     Dialog aboutToOpenBoxNotificationSignal handle:[:ex |
-        |dialog|
-
-        dialog := ex parameter.
-        dialog perform:#browseVisibleHolder with:true ifNotUnderstood:[].
-        ex proceed.
+        ex box perform:#browseVisibleHolder with:true ifNotUnderstood:[].
     ] do:[
         |title defaultPath defaultDir|
 
@@ -342,9 +338,10 @@
 !FilenameWidgetWithHistory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.20 2011-10-05 13:00:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.21 2013-08-22 13:54:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.20 2011-10-05 13:00:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.21 2013-08-22 13:54:50 cg Exp $'
 ! !
+