Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 673 Rev 675
Line 667... Line 667...
667
		
667
		
668
		panneauCentre.getContenu().rafraichir(nouvelleDonnees);	
668
		panneauCentre.getContenu().rafraichir(nouvelleDonnees);	
Line 669... Line 669...
669
	}
669
	}
-
 
670
 
670
 
671
	public void clicListePublication(Publication publication) {
-
 
672
		if(publication != null) {
671
	public void clicListePublication(Publication publication) {
673
			panneauCentre.getContenu().rafraichir(publication);	
Line 672... Line 674...
672
		panneauCentre.getContenu().rafraichir(publication);	
674
		}
673
	}
675
	}
674
 
676