Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 433 → Rev 434

/trunk/src/org/tela_botanica/client/vues/PanneauPersonneListe.java
141,6 → 141,7
mediateur.actualiserPanneauCentral();
table.sort(0, SortDir.ASC);
if (store.getCount() > 0) {
table.getSelectionModel().select(0);
}