[QGIS Commit] r9833 - branches/Version-1_0/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Dec 16 13:00:59 EST 2008


Author: jef
Date: 2008-12-16 13:00:59 -0500 (Tue, 16 Dec 2008)
New Revision: 9833

Modified:
   branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp
Log:
apply r9832 from trunk

Modified: branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp
===================================================================
--- branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp	2008-12-16 17:59:02 UTC (rev 9832)
+++ branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp	2008-12-16 18:00:59 UTC (rev 9833)
@@ -438,7 +438,7 @@
 {
   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 );



More information about the QGIS-commit mailing list