Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1108 → Rev 1109

/trunk/src/org/tela_botanica/client/Mediateur.java
487,7 → 487,9
public void selectionnerProjetCourant(Projet projetSelectionne) {
Registry.register(RegistreId.PROJET_COURANT, projetSelectionne);
if (panneauCentre.getContenu() instanceof ProjetVue) {
if (panneauCentre.getContenu() instanceof AccueilVue) {
desactiverChargement();
} else if (panneauCentre.getContenu() instanceof ProjetVue) {
selectionnerProjet(panneauCentre.getContenu(), null);
} else if (panneauCentre.getContenu() instanceof StructureVue) {
selectionnerStructure(panneauCentre.getContenu(), null);