From: Steven M. <sr...@us...> - 2005-06-19 06:47:37
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2433 Modified Files: InstantPersistence.pas Log Message: Fix for InstantElement.DetachObject. Index: InstantPersistence.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantPersistence.pas,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** InstantPersistence.pas 18 Jun 2005 23:43:45 -0000 1.41 --- InstantPersistence.pas 19 Jun 2005 06:47:28 -0000 1.42 *************** *** 5857,5861 **** begin Value := nil; ! Result := Value <> AObject; end else Result := False; --- 5857,5861 ---- begin Value := nil; ! Result := True; end else Result := False; |