WindowBuilder.st
changeset 1586 4dd7b087fab8
parent 1585 0b9acf055c3c
child 1587 9acf4f670187
--- a/WindowBuilder.st	Thu Jul 25 18:40:14 2002 +0200
+++ b/WindowBuilder.st	Fri Jul 26 07:47:31 2002 +0200
@@ -541,6 +541,9 @@
         MessageNotUnderstood catch:[
             ^ cls specificationFor:minorKey
         ].
+        MessageNotUnderstood catch:[
+            ^ cls perform:minorKey.
+        ]
     ].
     ^ nil
 !
@@ -1304,5 +1307,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.98 2002-07-25 16:40:14 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.99 2002-07-26 05:47:31 ca Exp $'
 ! !