Navigation Menu

Skip to content

Commit

Permalink
Fixed bug #752.
Browse files Browse the repository at this point in the history
Thanks Leo for help with this one!


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7280 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Oct 20, 2007
1 parent 520746f commit 809577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassmodule.cpp
Expand Up @@ -2810,7 +2810,7 @@ void QgsGrassModuleField::updateFields()

for ( unsigned int i = 0; i < fields.size(); i++ )
{
if ( mType.contains ( fields[i].type() ) )
if ( mType.contains ( fields[i].typeName() ) )
{
mFieldComboBox->insertItem( fields[i].name() );
if ( fields[i].name() == current )
Expand Down

0 comments on commit 809577f

Please sign in to comment.