Load "PlacesUIUtils.jsm" correctly.
The path was changed on 2010-04-18 ( http://hg.mozilla.org/mozilla-central/rev/f60133d3febe , https://bugzilla.mozilla.org/show_bug.cgi?id=556739 ) but worked until recent versions. Why??
This commit is contained in:
parent
7985a98620
commit
414a73c3ff
@ -228,7 +228,7 @@ var TreeStyleTabBookmarksService = {
|
||||
if (!('PlacesUIUtils' in window)) return;
|
||||
|
||||
if (!PlacesUIUtils.__treestyletab__done) {
|
||||
var ns = Components.utils.import('resource://gre/modules/PlacesUIUtils.jsm', {});
|
||||
var ns = Components.utils.import('resource:///modules/PlacesUIUtils.jsm', {});
|
||||
var sv = this;
|
||||
with (ns) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user