Skip to content
Permalink
Browse files
fix action's current attribute
git-svn-id: http://svn.osgeo.org/qgis/trunk@11601 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 9, 2009
1 parent b6f5090 commit 89f56ae
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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 )

0 comments on commit 89f56ae

Please sign in to comment.