Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for bug #1520, After adding a column for OGR-Layer, column doesn'…
…t appear in attribute table

git-svn-id: http://svn.osgeo.org/qgis/trunk@10914 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gcontreras committed Jun 12, 2009
1 parent d1c231e commit 27ad692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -710,7 +710,7 @@ bool QgsOgrProvider::addAttributes( const QList<QgsField> &attributes )
}
OGR_Fld_Destroy( fielddefn );
}

loadFields();
return returnvalue;
}

Expand Down

0 comments on commit 27ad692

Please sign in to comment.