Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1540 → Rev 1541

/trunk/src/org/tela_botanica/del/client/composants/motsclesimages/propositions/MotClePropositionPresenteur.java
48,7 → 48,8
@Override
public void onClick(ClickEvent event) {
vue.toggleCb();
vue.toggleCb();
event.stopPropagation();
}
});
57,7 → 58,8
@Override
public void onClick(ClickEvent event) {
vue.toggleCb();
vue.toggleCb();
event.stopPropagation();
}
});