Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apply r9832 from trunk
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9833 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 16, 2008
1 parent 6cbc69f commit 861c372
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 861c372

Please sign in to comment.