qgsgrasstools_branch1_0.diff

small bugfix for 1.0.x branch - Markus Neteler, 2009-04-07 12:32 PM

Download (495 Bytes)

View differences:

src/plugins/grass/qgsgrasstools.cpp (working copy)
267 267
  // Go through the sections and modules and add them to the list view
268 268
  addModules( 0, modulesElem );
269 269

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

  
272 272
  file.close();
273 273
  return true;