UIPainter.st
changeset 819 b48899f22b61
parent 808 4e2ab5e77344
child 824 1d5adf147721
--- 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).