Ignore:
Timestamp:
Dec 19, 2013, 6:22:39 PM (11 years ago)
Author:
garnier
Message:

Modification pour remettre en marche le Run. Desormais Transport passe, mais aucun test ne permet de dire si c est bon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_softwarePanel.cc

    r471 r472  
    267267  if (s > 0) {
    268268    abstractElement* abs = UIsector_->getSectorControler()->getSectionsToExecute()[s-1]->getLastElement();
    269     UIsector_->getSectorControler()->addSectionToExecute(new sectionToExecute(abs,NULL));
     269    UIsector_->getSectorControler()->addSectionToExecute(new sectionToExecute(abs,NULL,dtmanage_));
    270270    UIsector_->getSectorControler()->getSectionsToExecute()[s-1]->removeLastElement();
    271271  }
Note: See TracChangeset for help on using the changeset viewer.