Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 100 → Rev 101

/trunk/src/org/tela_botanica/client/vues/ArbreMotsClesVue.java
422,6 → 422,7
boolean repandreRafraichissement) {
// si on a reçu un arbre
if (nouvelleDonnees instanceof Tree) {
Tree nouvelArbre = (Tree) nouvelleDonnees;
 
if (nouvelArbre.getRootNode().getChildNodes().length <= 0) {
438,7 → 439,7
 
rootChild[i].remove();
}
 
getArbreMotsCles().getRootNode().appendChild(
nouvelArbre.getRootNode());