diff -r 95fc0483637f -r d118a160afbe VerticalPanelView.st --- a/VerticalPanelView.st Fri May 18 00:33:49 2001 +0200 +++ b/VerticalPanelView.st Fri May 18 00:43:22 2001 +0200 @@ -641,6 +641,8 @@ leftover for historic reasons - do not use any more. In the meantime, try to figure out what is meant ... a kludge" + + something isLayout ifTrue:[^ super layout:something]. self obsoleteMethodWarning:'use #verticalLayout:'. @@ -1057,5 +1059,5 @@ !VerticalPanelView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.37 2000-11-08 09:16:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.38 2001-05-17 22:43:22 stefan Exp $' ! !