[Igarden-commit] Garden/source/Document CGardenForm.cp, 1.36.2.5, 1.36.2.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-28 05:30:26
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31538 Modified Files: Tag: Release_branch_v1 CGardenForm.cp Log Message: Remove object as broadcast destination when deleted Index: CGardenForm.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CGardenForm.cp,v retrieving revision 1.36.2.5 retrieving revision 1.36.2.6 diff -C2 -d -r1.36.2.5 -r1.36.2.6 *** CGardenForm.cp 17 Jan 2007 02:54:36 -0000 1.36.2.5 --- CGardenForm.cp 28 Jan 2007 05:30:24 -0000 1.36.2.6 *************** *** 167,170 **** --- 167,171 ---- bool done = false; + XGBroadcast::RemoveBroadcast(this); if(_file != nil) { |