Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 16, 2011
2 parents 6ce35e3 + cc7e63b commit 325e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/legend/qgslegend.cpp
Expand Up @@ -709,7 +709,7 @@ QgsLegendGroup* QgsLegend::addEmbeddedGroup( const QString& groupName, const QSt
removeItem( cItem );
}

if ( cItem )
if( cItem )
{
group->insertChild( group->childCount(), cItem );
}
Expand Down

0 comments on commit 325e25f

Please sign in to comment.