aboutToOpenBoxNotificationSignal semantic change (for Jan)
authorClaus Gittinger <cg@exept.de>
Thu, 22 Aug 2013 15:54:48 +0200
changeset 3384 e4252eb0a327
parent 3383 187abddff7e4
child 3385 b4a3a5381e7c
aboutToOpenBoxNotificationSignal semantic change (for Jan)
SourceCodeManagerUtilities.st
--- a/SourceCodeManagerUtilities.st	Thu Aug 22 15:53:15 2013 +0200
+++ b/SourceCodeManagerUtilities.st	Thu Aug 22 15:54:48 2013 +0200
@@ -3586,15 +3586,11 @@
 "/        ].
 
     DialogBox aboutToOpenBoxNotificationSignal handle:[:ex |
-        |box|
-
         checkAgainHolder isValueModel ifTrue:[
             dontShowAgain := checkAgainHolder value not asValue.
-            box := ex parameter.
-            box addCheckBoxAtBottom:(resources string:'Do not show this Dialog again (reenable in Launcher).')
+            ex box addCheckBoxAtBottom:(resources string:'Do not show this Dialog again (reenable in Launcher).')
                 on:dontShowAgain.
         ].
-        ex proceed.
     ] do:[
         answer := OptionBox 
                       request:msg withCRs
@@ -3961,10 +3957,10 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.292 2013-08-07 09:53:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.293 2013-08-22 13:54:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.292 2013-08-07 09:53:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.293 2013-08-22 13:54:48 cg Exp $'
 ! !