Object messageNotUnderstoodSignal -> MessageNotUnderstood
authorca
Thu, 25 Jul 2002 18:06:35 +0200
changeset 1576 ac7705f0a48d
parent 1575 a933d590818c
child 1577 9dddcd2d77ab
Object messageNotUnderstoodSignal -> MessageNotUnderstood
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
             ]
         ]