Changeset 15106


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7.x/Xul_Cms/chrome/content/scenaricms/widgets/genBox/genBox.xbl.xml

    r14430 r15106  
    324324                                                                                        if(vIn.available()<=0) vUrlIcon = null; 
    325325                                                                                } catch(e){ 
     326                                                                                        //ut.debug("urlIcon notFound : "+vUrlIcon+" - "+e); 
    326327                                                                                        vUrlIcon = null; 
    327                                                                                         ut.debug(e); 
    328328                                                                                } finally { 
    329329                                                                                        if(vIn) vIn.close(); 
Note: See TracChangeset for help on using the changeset viewer.