git-svn-id: http://svn.osgeo.org/qgis/trunk@8760 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-07-12 18:40:26 +00:00
parent f3f933d0d6
commit 821f888f7b

View File

@ -270,7 +270,7 @@ QgsProject * QgsProject::theProject_;
{
previousQgsPropertyKey->removeKey( currentProperty->name() );
}
else if ( 0 == ( nextProperty = currentProperty->find( keySequence.first() ) ) )
else if ( ( nextProperty = currentProperty->find( keySequence.first() ) ) )
{
previousQgsPropertyKey = currentProperty;
currentProperty = dynamic_cast<QgsPropertyKey*>(nextProperty);