Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 986 → Rev 987

/trunk/src/org/tela_botanica/client/Mediateur.java
469,6 → 469,8
selectionnerPersonne(panneauCentre.getContenu(), null, getProjetId());
} else if (panneauCentre.getContenu() instanceof PublicationVue) {
selectionnerPublication(panneauCentre.getContenu(), null);
} else if (panneauCentre.getContenu() instanceof CommentaireVue) {
selectionnerCommentaire(panneauCentre.getContenu(), null);
}
}