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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Apr 7 15:35:04 EDT 2009


Author: jef
Date: 2009-04-07 15:35:04 -0400 (Tue, 07 Apr 2009)
New Revision: 10501

Modified:
   branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp
Log:
fix r10499 - ouch

Modified: branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp
===================================================================
--- branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp	2009-04-07 15:49:29 UTC (rev 10500)
+++ branches/Version-1_0/src/plugins/grass/qgsgrasstools.cpp	2009-04-07 19:35:04 UTC (rev 10501)
@@ -267,7 +267,7 @@
   // Go through the sections and modules and add them to the list view
   addModules( 0, modulesElem );
 
-  mModules->topLevelItem( 0 )->setExpanded( true );
+  mModulesTree->topLevelItem( 0 )->setExpanded( true );
 
   file.close();
   return true;



More information about the QGIS-commit mailing list