[Igarden-commit] Garden/source/SourceMaterialDB QueryDialog.cpp, 1.25.2.1, 1.25.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-28 05:31:04
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31592 Modified Files: Tag: Release_branch_v1 QueryDialog.cpp Log Message: Remove object as broadcast destination when deleted Index: QueryDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/QueryDialog.cpp,v retrieving revision 1.25.2.1 retrieving revision 1.25.2.2 diff -C2 -d -r1.25.2.1 -r1.25.2.2 *** QueryDialog.cpp 17 Jan 2007 02:53:13 -0000 1.25.2.1 --- QueryDialog.cpp 28 Jan 2007 05:31:01 -0000 1.25.2.2 *************** *** 157,160 **** --- 157,161 ---- QueryDialog::~QueryDialog() { + XGBroadcast::RemoveBroadcast(this); } // --------------------------------------------------------------------------- |