Skip to content

Commit 667fd5e

Browse files
author
jef
committed
fix r10499 - ouch
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10501 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent efb6e3a commit 667fd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/grass/qgsgrasstools.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ bool QgsGrassTools::loadConfig( QString filePath )
267267
// Go through the sections and modules and add them to the list view
268268
addModules( 0, modulesElem );
269269

270-
mModules->topLevelItem( 0 )->setExpanded( true );
270+
mModulesTree->topLevelItem( 0 )->setExpanded( true );
271271

272272
file.close();
273273
return true;

0 commit comments

Comments
 (0)