Skip to content

Commit

Permalink
fix r10499 - ouch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10501 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 7, 2009
1 parent efb6e3a commit 667fd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -267,7 +267,7 @@ bool QgsGrassTools::loadConfig( QString filePath )
// 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;
Expand Down

0 comments on commit 667fd5e

Please sign in to comment.