Skip to content

Commit

Permalink
fix #1461 (there was a new tab added to the toolbox)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9832 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 16, 2008
1 parent faf7998 commit 2df6984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -438,7 +438,7 @@ void QgsGrassTools::closeTools()
{
QgsDebugMsg( "entered." );

for ( int i = mTabWidget->count() - 1; i > 1; i-- )
for ( int i = mTabWidget->count() - 1; i > 2; i-- )
{
delete mTabWidget->widget( i );
mTabWidget->removeTab( i );
Expand Down

0 comments on commit 2df6984

Please sign in to comment.