changed: #error:position:to:from:asWarning:
authorClaus Gittinger <cg@exept.de>
Tue, 04 Oct 2011 19:58:57 +0200
changeset 4317 d65bfbb59ebe
parent 4316 c3cf3ef81969
child 4318 9990f0f336f7
changed: #error:position:to:from:asWarning:
Workspace.st
--- a/Workspace.st	Fri Sep 30 18:57:02 2011 +0200
+++ b/Workspace.st	Tue Oct 04 19:58:57 2011 +0200
@@ -782,7 +782,7 @@
                     label:lbl;
                     image:(WarningBox iconBitmap).
 
-                true "(aCompiler notNil and:[DoNotShowCompilerWarningAgainActionQuery isHandled])" ifTrue:[
+                (aCompiler notNil and:[DoNotShowCompilerWarningAgainActionQuery isHandled]) ifTrue:[
                     doNotShowAgainHolder := false asValue.
                     ex box addCheckBox:'Do not show this dialog again (reenable via Launcher''s settings dialog)' on:doNotShowAgainHolder.
                 ].
@@ -835,7 +835,7 @@
     ^ false
 
     "Created: / 24-11-1995 / 22:56:34 / cg"
-    "Modified: / 05-07-2011 / 10:11:11 / cg"
+    "Modified: / 04-10-2011 / 19:50:14 / cg"
 !
 
 highlightingErrorLine:lineNr do:aBlock
@@ -1897,5 +1897,5 @@
 !Workspace class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.237 2011-07-05 08:11:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.238 2011-10-04 17:58:57 cg Exp $'
 ! !