SourceCodeManagerUtilities.st
changeset 1424 2b531fae15e5
parent 1423 d15575ef3dba
child 1426 609f0db77471
--- a/SourceCodeManagerUtilities.st	Wed Jul 13 17:46:58 2005 +0200
+++ b/SourceCodeManagerUtilities.st	Thu Jul 14 21:18:42 2005 +0200
@@ -419,7 +419,8 @@
                     self activityNotification:(resources string:'checking in %1' with:aClass name).
                     "/ ca does not want boxes to pop up all over ...
                     UserInformation handle:[:ex |
-                        Transcript showCR:ex description
+                        Transcript showCR:ex description.
+                        ex proceed.
                     ] do:[
                         AbortSignal handle:[:ex |
                         ] do:[
@@ -2155,5 +2156,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.109 2005-07-13 15:46:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.110 2005-07-14 19:18:42 cg Exp $'
 ! !