[Igarden-commit] CommonSource/YAAFExtensions RGPaletteView.cpp, 1.3.2.3, 1.3.2.4
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-28 05:45:32
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4807 Modified Files: Tag: Release_branch_v1 RGPaletteView.cpp Log Message: Remove object as broadcast destination when deleted Index: RGPaletteView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPaletteView.cpp,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -C2 -d -r1.3.2.3 -r1.3.2.4 *** RGPaletteView.cpp 26 Dec 2006 01:37:52 -0000 1.3.2.3 --- RGPaletteView.cpp 28 Jan 2007 05:45:29 -0000 1.3.2.4 *************** *** 112,115 **** --- 112,116 ---- XGPaletteView::~XGPaletteView() { + XGBroadcast::RemoveBroadcast(this); } |