Changeset 9392 for trunk/Xul_XedLib/chrome/content/scenarixedlib/libUiBase/providers/fixedProvider.xbl.xml
- Timestamp:
- 07/24/07 14:47:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_XedLib/chrome/content/scenarixedlib/libUiBase/providers/fixedProvider.xbl.xml
r5676 r9392 45 45 this.fId = this.fACSearchProxy.registerProvider(this.QueryInterface(Components.interfaces.nsIAutoCompleteSearch)); 46 46 </constructor> 47 <destructor>this.fACSearchProxy.unregisterProvider(this.fId); </destructor> 47 <destructor>this.destroy();</destructor> 48 <method name="destroy"> 49 <body>this.fACSearchProxy.unregisterProvider(this.fId);</body> 50 </method> 48 51 <field name="fACSearchProxy">Components.classes["@mozilla.org/autocomplete/search;1?name=scProxy"].getService(Components.interfaces.scIAutoCompleteSearchProxy);</field> 49 52 <field name="fId"/>
Note: See TracChangeset
for help on using the changeset viewer.