UIGalleryView.st
changeset 3300 0df87ed0b795
parent 3263 7fd9c7c5f70c
child 3313 dc9f18489a12
equal deleted inserted replaced
3299:13b7e24a9074 3300:0df87ed0b795
   374 
   374 
   375     specification := nil.
   375     specification := nil.
   376     aSpecOrSpecArray isNil ifTrue:[^ self].
   376     aSpecOrSpecArray isNil ifTrue:[^ self].
   377 
   377 
   378     "/ only warn once - otherwise, its annoying
   378     "/ only warn once - otherwise, its annoying
   379     Array missingClassInLiteralArrayErrorSignal handle:[:ex |
   379     MissingClassInLiteralArrayErrorSignal handle:[:ex |
   380         didWarnAboutUnknownSpecs == true ifFalse:[
   380         didWarnAboutUnknownSpecs == true ifFalse:[
   381             Dialog warn:(ex description,'\\(Will not warn again - please check for unloaded classes/packages)' withCRs).
   381             Dialog warn:(ex description,'\\(Will not warn again - please check for unloaded classes/packages)' withCRs).
   382         ].
   382         ].
   383         didWarnAboutUnknownSpecs := true.
   383         didWarnAboutUnknownSpecs := true.
   384         ex proceed.
   384         ex proceed.