# HG changeset patch # User ca # Date 1027613195 -7200 # Node ID ac7705f0a48d86c1cfcad4307ad970acf54aaaa0 # Parent a933d590818c6674f4724e797b2875322682ee13 Object messageNotUnderstoodSignal -> MessageNotUnderstood diff -r a933d590818c -r ac7705f0a48d UIGalleryView.st --- a/UIGalleryView.st Mon Jul 22 09:55:56 2002 +0200 +++ b/UIGalleryView.st Thu Jul 25 18:06:35 2002 +0200 @@ -225,7 +225,7 @@ specification := majorKey perform:selector ] ifFalse:[ (application := self application) notNil ifTrue:[ - Object messageNotUnderstoodSignal handle:[:ex| + MessageNotUnderstood handle:[:ex| (application class respondsTo:selector) ifTrue:[ specification := application class perform:selector ] @@ -491,8 +491,7 @@ lastClickPoint := nil. (menuSelector notNil and:[(application := self application) notNil]) ifTrue:[ - Object messageNotUnderstoodSignal handle:[:ex| - ] do:[ + MessageNotUnderstood catch:[ application aspectFor:menuSelector ] ]