Skip to content

Commit 82e3e65

Browse files
author
wonder
committed
Fixed bug #752.
Thanks Leo for help with this one! git-svn-id: http://svn.osgeo.org/qgis/trunk@7280 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c8955dc commit 82e3e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/grass/qgsgrassmodule.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2810,7 +2810,7 @@ void QgsGrassModuleField::updateFields()
28102810

28112811
for ( unsigned int i = 0; i < fields.size(); i++ )
28122812
{
2813-
if ( mType.contains ( fields[i].type() ) )
2813+
if ( mType.contains ( fields[i].typeName() ) )
28142814
{
28152815
mFieldComboBox->insertItem( fields[i].name() );
28162816
if ( fields[i].name() == current )

0 commit comments

Comments
 (0)