Skip to content

Commit 2a2eb1a

Browse files
author
jef
committedDec 16, 2008
fix #1461 (there was a new tab added to the toolbox)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9832 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent aa06609 commit 2a2eb1a

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)
Please sign in to comment.