Index: src/plugins/grass/qgsgrasstools.cpp =================================================================== --- src/plugins/grass/qgsgrasstools.cpp (revision 10500) +++ src/plugins/grass/qgsgrasstools.cpp (working copy) @@ -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;