This is just some static backup of the original site, don't expect every link to work!

Changeset c0e3c9


Ignore:
Timestamp:
Aug 17, 2018, 3:53:02 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
711654
Parents:
8acd0f
Message:

changed PrefBranch?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_prefs.js

    r8acd0f rc0e3c9  
    3939  .getBranch(null);
    4040
    41 //     .QueryInterface(Components.interfaces.nsIPrefBranch2),
     41//     .QueryInterface(Components.interfaces.nsIPrefBranch),
    4242
    4343var vIprefroot = Cc["@mozilla.org/preferences-service;1"]
     
    157157  .getService(Ci.nsIPrefService)
    158158  .getBranch("extensions.virtualIdentity.")
    159   .QueryInterface(Components.interfaces.nsIPrefBranch2);
     159  .QueryInterface(Components.interfaces.nsIPrefBranch);
    160160vIprefBranch2.addObserver("", vIprefs, false);
    161161
Note: See TracChangeset for help on using the changeset viewer.