[Igarden-commit] Garden/source/SourceMaterialDB QueryDialog.cpp, 1.25, 1.25.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-17 02:53:15
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10191 Modified Files: Tag: Release_branch_v1 QueryDialog.cpp Log Message: Crash when doing find with no document open Index: QueryDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/QueryDialog.cpp,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -d -r1.25 -r1.25.2.1 *** QueryDialog.cpp 1 Jul 2006 23:12:34 -0000 1.25 --- QueryDialog.cpp 17 Jan 2007 02:53:13 -0000 1.25.2.1 *************** *** 147,151 **** _advertDisplayed = false; UpdateSummary(); ! DoPreferencesChanged(0, GetActivePreferences(super->GetFile())); } // --------------------------------------------------------------------------- --- 147,153 ---- _advertDisplayed = false; UpdateSummary(); ! ! PersistentTags *prefs = GetActivePreferences(super ? super->GetFile() : NULL); ! DoPreferencesChanged(0, prefs); } // --------------------------------------------------------------------------- |