UIGalleryView.st
changeset 2242 63b5fdc3c8a3
parent 2204 bde4a7ef693a
child 2359 d3f8b2492371
--- a/UIGalleryView.st	Fri Jan 11 20:46:26 2008 +0100
+++ b/UIGalleryView.st	Fri Jan 11 20:55:14 2008 +0100
@@ -248,7 +248,12 @@
         ]
     ].
 "/    self withWaitCursorDo:[
-        canvas specification:specification.
+        [
+            canvas specification:specification.
+        ] on:NotFoundError do:[:ex|
+            Transcript showCR:ex description.
+            ex proceed.
+        ]
 "/    ]
 !