Skip to content

Commit 861c372

Browse files
author
jef
committed
apply r9832 from trunk
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9833 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6cbc69f commit 861c372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/grass/qgsgrasstools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ void QgsGrassTools::closeTools()
438438
{
439439
QgsDebugMsg( "entered." );
440440

441-
for ( int i = mTabWidget->count() - 1; i > 1; i-- )
441+
for ( int i = mTabWidget->count() - 1; i > 2; i-- )
442442
{
443443
delete mTabWidget->widget( i );
444444
mTabWidget->removeTab( i );

0 commit comments

Comments
 (0)