# HG changeset patch # User tz # Date 895096283 -7200 # Node ID 6c879f404dfe631660c4141cd7097b7cd9f698e9 # Parent 89719cf96c63462a2e870013b49f7e7aadc7cabb checkin from browser diff -r 89719cf96c63 -r 6c879f404dfe DataSetBuilder.st --- a/DataSetBuilder.st Wed May 13 22:24:26 1998 +0200 +++ b/DataSetBuilder.st Wed May 13 23:51:23 1998 +0200 @@ -2271,6 +2271,17 @@ !DataSetBuilder methodsFor:'startup / release'! +openModal + "sets the modalOpened flag, so later, + there is no need to ask for saving into a class" + + modalOpened := true. + + super openModal + + +! + openModalOnResourceSpec: aListSpec "sets the modalOpened flag, so later, there is no need to ask for saving into a class"