Subversion Repositories eFlore/Applications.coel

Rev

Rev 1246 | Rev 1367 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1246 Rev 1322
Line 172... Line 172...
172
			if (listePersonnes != null) {
172
			if (listePersonnes != null) {
173
				List<Personne> liste = (List<Personne>) listePersonnes.toList();
173
				List<Personne> liste = (List<Personne>) listePersonnes.toList();
174
				store.removeAll();
174
				store.removeAll();
175
				store.add(liste);
175
				store.add(liste);
Line 176... Line -...
176
				
-
 
177
				mediateur.desactiverChargement();
176
				
178
				mediateur.actualiserPanneauCentral();
177
				mediateur.actualiserPanneauCentral();
179
				grille.fireEvent(Events.ViewReady);
178
				grille.fireEvent(Events.ViewReady);
180
			}
179
			}
181
		} else if (nouvellesDonnees instanceof Information)	{
180
		} else if (nouvellesDonnees instanceof Information)	{