[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 206/483: Removed some left-overs from Adblock Plus in the About dialog

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:41 UTC 2015


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

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 407746a9151d918830576da945e03ddb79e25f10
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu May 20 12:41:26 2010 +0200

    Removed some left-overs from Adblock Plus in the About dialog
---
 chrome/content/about.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/about.js b/chrome/content/about.js
index ff42075..9a250c1 100644
--- a/chrome/content/about.js
+++ b/chrome/content/about.js
@@ -50,8 +50,8 @@ function init()
   else
   {
     let extensionManager = Cc["@mozilla.org/extensions/manager;1"].getService(Ci.nsIExtensionManager);
-    let installLocation = extensionManager.getInstallLocation(Utils.addonID);
-    let installManifestFile = installLocation.getItemFile(Utils.addonID, "install.rdf");
+    let installLocation = extensionManager.getInstallLocation(addonID);
+    let installManifestFile = installLocation.getItemFile(addonID, "install.rdf");
     loadInstallManifest(ioService.newFileURI(installManifestFile));
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list