[Igarden-commit] Garden/source/LayoutDB Path.cpp, 1.67.2.7, 1.67.2.8
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-16 11:33:53
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15171/source/LayoutDB Modified Files: Tag: Release_branch_v1 Path.cpp Log Message: Fix a spurious warning message Index: Path.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/Path.cpp,v retrieving revision 1.67.2.7 retrieving revision 1.67.2.8 diff -C2 -d -r1.67.2.7 -r1.67.2.8 *** Path.cpp 26 Mar 2008 22:18:38 -0000 1.67.2.7 --- Path.cpp 16 Apr 2008 11:33:57 -0000 1.67.2.8 *************** *** 889,893 **** if(newCount != 0) _owningElement->RemoveWarning(kNoSpread); ! else _owningElement->AddWarning(kNoSpread); } --- 889,893 ---- if(newCount != 0) _owningElement->RemoveWarning(kNoSpread); ! else if(!IsFilledPath() || !IsOpenPath()) _owningElement->AddWarning(kNoSpread); } |