UIGalleryView.st
changeset 3300 0df87ed0b795
parent 3263 7fd9c7c5f70c
child 3313 dc9f18489a12
--- a/UIGalleryView.st	Thu May 12 16:57:20 2016 +0200
+++ b/UIGalleryView.st	Thu May 12 18:08:42 2016 +0200
@@ -376,7 +376,7 @@
     aSpecOrSpecArray isNil ifTrue:[^ self].
 
     "/ only warn once - otherwise, its annoying
-    Array missingClassInLiteralArrayErrorSignal handle:[:ex |
+    MissingClassInLiteralArrayErrorSignal handle:[:ex |
         didWarnAboutUnknownSpecs == true ifFalse:[
             Dialog warn:(ex description,'\\(Will not warn again - please check for unloaded classes/packages)' withCRs).
         ].