Skip to content

Commit

Permalink
fix loading vector metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Sep 3, 2012
1 parent e538921 commit c3d56b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -1401,7 +1401,7 @@ void QgsVectorLayerProperties::on_pbnUpdateExtents_clicked()

void QgsVectorLayerProperties::on_tabWidget_currentChanged( int index )
{
if ( index != 4 || mMetadataFilled )
if ( index != 6 || mMetadataFilled )
return;

//set the metadata contents (which can be expensive)
Expand Down

0 comments on commit c3d56b6

Please sign in to comment.