Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix action's current attribute
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11601 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 9, 2009
1 parent e595cda commit ae841fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsidentifyresults.cpp
Expand Up @@ -360,7 +360,6 @@ void QgsIdentifyResults::doAction( QTreeWidgetItem *item, int action )
{
QString fieldName = item->data( 0, Qt::DisplayRole ).toString();

int idx = -1;
for ( QgsFieldMap::const_iterator it = layer->pendingFields().begin(); it != layer->pendingFields().end(); it++ )
{
if ( it->name() == fieldName )
Expand Down

0 comments on commit ae841fb

Please sign in to comment.