Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 851 Rev 875
Line 1850... Line 1850...
1850
				rafraichirProjetListe(projets);
1850
				rafraichirProjetListe(projets);
1851
			} else {
1851
			} else {
1852
				GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
1852
				GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
1853
			}
1853
			}
1854
		} catch (Exception e) {
1854
		} catch (Exception e) {
1855
			GWT.log(mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), e);
1855
			GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), e);
1856
		}
1856
		}
Line 1857... Line 1857...
1857
		
1857
		
1858
		controlerFermetureApresRafraichissement();
1858
		controlerFermetureApresRafraichissement();