#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 May 2016 18:08:42 +0200
changeset 3300 0df87ed0b795
parent 3299 13b7e24a9074
child 3301 1663b107709f
#REFACTORING by cg class: UIGalleryView
UIGalleryView.st
--- 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).
         ].