Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1089 Rev 1090
Line 73... Line 73...
73
	}
73
	}
Line 74... Line 74...
74
	
74
	
75
	private void afficherListeProjets(List projetsRecus) {
75
	private void afficherListeProjets(List projetsRecus) {
Line 76... Line 76...
76
		projets.removeAll();
76
		projets.removeAll();
77
		
77
		
78
		Projet fake = new Projet();
78
		Projet tousProjets = new Projet();
Line 79... Line 79...
79
		fake.set("nom", i18nC.txtListeProjetDefaut());
79
		tousProjets.set("nom", i18nC.txtListeProjetDefaut());
80
		projetsRecus.add(0, fake);
80
		projetsRecus.add(0, tousProjets);
81
		
81
		
82
		projets.add(projetsRecus);
82
		projets.add(projetsRecus);