Ignore:
Timestamp:
07/24/07 14:47:27 (5 years ago)
Author:
sys
Message:

memLeaks : ajout de la méthode destroy() pour compenser l'absence d'appel des destructor des XBL si les éléments ont été extraits du Document.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Cms/chrome/content/scenaricms/xed/libUiCms/widgets/xedUiCms.xbl.xml

    r8970 r9392  
    8989                        }catch(e){xed.debug("ptritem failed:"+e);} 
    9090                        </constructor> 
     91                        <method name="destroy"> 
     92                                <body> 
     93                                        this.fItemEdit.destroy(); 
     94                                </body> 
     95                        </method> 
    9196                        <method name="onxedload"> 
    9297                        <body><![CDATA[ 
Note: See TracChangeset for help on using the changeset viewer.