Changeset 15107


Ignore:
Timestamp:
03/17/10 18:59:45 (2 years ago)
Author:
sys
Message:

[4.0] Suppr log exception normale si pas d'icone définie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/scenariCms/widgets/genBox/genBox.xbl.xml

    r14973 r15107  
    367367                                                                                        if(vIn.available()<=0) vUrlIcon = null; 
    368368                                                                                } catch(e){ 
     369                                                                                        //ut.debug("urlIcon notFound : "+vUrlIcon+" - "+e); 
    369370                                                                                        vUrlIcon = null; 
    370                                                                                         log.debug(e); 
    371371                                                                                } finally { 
    372372                                                                                        if(vIn) vIn.close(); 
Note: See TracChangeset for help on using the changeset viewer.