Changeset 167

Show
Ignore:
Timestamp:
2007-03-21 20:39:51 (2 years ago)
Author:
MaierMan
Message:

new CID for dtaIFilterManager

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/common/overlayFunctions.js

    r157 r167  
    4747DTA_include("chrome://dta/content/common/regconvert.js"); 
    4848 
    49 var DTA_FilterManager = Components.classes['@tn123.ath.cx/dtamod/filtermanager;1'] 
     49var DTA_FilterManager = Components.classes['@downthemall.net/filtermanager;1'] 
    5050        .getService(Components.interfaces.dtaIFilterManager); 
    5151 
  • trunk/components/filterManager.js

    r90 r167  
    6363        // nsIClassInfo 
    6464        classID: Components.ID("{3F872ADC-35A4-4c79-B771-F2BC130FB792}"), 
    65         contractID: "@tn123.ath.cx/dtamod/filter;1", 
    66         classDescription: "DownTHEMAll! Mod Filter", 
     65        contractID: "@downthemall.net/filter;1", 
     66        classDescription: "DownThemAll! Filter", 
    6767        implementationLanguage: 0x02, 
    6868        flags: (1 << 2), // MAIN_THREAD_ONLY 
     
    313313        // nsIClassInfo 
    314314        classID: Components.ID("{3F872ADC-35A4-4c79-B771-F2BC130FB791}"), 
    315         contractID: "@tn123.ath.cx/dtamod/filtermanager;1", 
    316         classDescription: "DownTHEMAll! Mod Filtermanager", 
     315        contractID: "@downthemall.net/filtermanager;1", 
     316        classDescription: "DownThemAll! Filtermanager", 
    317317        implementationLanguage: 0x02, 
    318318        flags: (1 << 0) | (1 << 2), // SINGLETON | MAIN_THREAD_ONLY 
     
    517517 
    518518        // nsIObserver 
    519         observe : function FM_observe(subject, topic, prefName) { 
     519        observe: function FM_observe(subject, topic, prefName) { 
    520520                this._delayedReload(); 
    521521        }, 
     
    586586 
    587587        // nsIFactory 
    588         QueryInterace : function(aIID) { 
     588        QueryInterface : function(aIID) { 
    589589                if (aIID.equals(CI.nsIFactory)) { 
    590590                        return this;