[Pkg-mozext-commits] [tabmixplus] 04/34: RecentWindow.jsm is no longer exist in resource://app/

David Prévot taffit at moszumanska.debian.org
Mon Mar 9 23:28:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit ac8989ee41f040ef92b0aa5c2cb5806f41a037be
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Feb 20 12:26:29 2015 +0200

    RecentWindow.jsm is no longer exist in resource://app/
---
 chrome/content/utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/utils.js b/chrome/content/utils.js
index 6fce853..cbe8010 100644
--- a/chrome/content/utils.js
+++ b/chrome/content/utils.js
@@ -235,7 +235,7 @@ var Tabmix = { // jshint ignore:line
     Components.utils.import("resource://gre/modules/Services.jsm");
     this.lazy_import(window, "TabmixSvc", "Services", "TabmixSvc");
     if (this.isVersion(200)) {
-      let resource = this.isVersion(210) ? "resource://app/" : "resource://gre/";
+      let resource = this.isVersion(210) ? "resource:///" : "resource://gre/";
       XPCOMUtils.defineLazyModuleGetter(this, "RecentWindow",
                  resource + "modules/RecentWindow.jsm");
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list