changed: #error:position:to:from:asWarning: expeccoNET_1_5_0rc1 expecco_1_8_2rc1
authorClaus Gittinger <cg@exept.de>
Wed, 22 Sep 2010 14:22:56 +0200
changeset 4170 6bf83a2af71f
parent 4169 11d3b7a3e713
child 4171 20a315cd98c4
changed: #error:position:to:from:asWarning: do not raise a warning signal
Workspace.st
--- a/Workspace.st	Mon Sep 20 17:52:26 2010 +0200
+++ b/Workspace.st	Wed Sep 22 14:22:56 2010 +0200
@@ -728,10 +728,10 @@
         do:[
             |box lbl doNotShowAgainHolder l1 y1 y2 l2|
 
-            Warning isHandled ifTrue:[
-                Warning raiseErrorString:aString.
-                ^ false
-            ].
+"/            Warning isHandled ifTrue:[
+"/                Warning raiseErrorString:aString.
+"/                ^ false
+"/            ].
 
             "
              ask if we should abort or continue
@@ -772,8 +772,8 @@
     ].
     ^ false
 
-    "Created: / 24.11.1995 / 22:56:34 / cg"
-    "Modified: / 16.11.2001 / 17:39:31 / cg"
+    "Created: / 24-11-1995 / 22:56:34 / cg"
+    "Modified: / 22-09-2010 / 11:59:54 / cg"
 !
 
 highlightingErrorLine:lineNr do:aBlock
@@ -1803,9 +1803,9 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.219 2010-08-06 09:10:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.220 2010-09-22 12:22:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.219 2010-08-06 09:10:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.220 2010-09-22 12:22:56 cg Exp $'
 ! !