# HG changeset patch # User ca # Date 894876181 -7200 # Node ID b48899f22b61e3bf8cc44496149443522b65407d # Parent 5bd68980f09a6669745f79dd04517fd925090fbe change mechanism for opening the dataset builder diff -r 5bd68980f09a -r b48899f22b61 UIPainter.st --- a/UIPainter.st Mon May 11 10:41:34 1998 +0200 +++ b/UIPainter.st Mon May 11 10:43:01 1998 +0200 @@ -1833,9 +1833,10 @@ editor := DataSetBuilder new. editor masterApplication:self. - editor columns:self specTool specification columns fromView:(self layoutTool layoutView). +"/ editor columns:self specTool specification columns. editor rowClassName:(self specTool specification rowClassName). - editor openModal. + editor openModalOnResourceSpec:(self specTool specification columns). +"/ editor openModal. editor hasChanged ifTrue:[ self specTool specification columns:(editor columns).