Skip to content

Commit

Permalink
fix for crash in mapsetChanged()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5207 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Apr 7, 2006
1 parent d5508f1 commit 370f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassplugin.cpp
Expand Up @@ -244,7 +244,7 @@ void QgsGrassPlugin::mapsetChanged ()
mOpenToolsAction->setEnabled(false);
mRegionAction->setEnabled(false);
mEditRegionAction->setEnabled(false);
mRegion->hide();
mRegionBand->hide();
mCloseMapsetAction->setEnabled(false);
mNewVectorAction->setEnabled(false);

Expand Down

0 comments on commit 370f7bb

Please sign in to comment.