[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 211/483: About dialog: Adapted to add-on manager changes in bug 563262

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:42 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 17ac4fd1dcc8e087845786da568fd49355643107
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Jul 2 01:28:42 2010 +0200

    About dialog: Adapted to add-on manager changes in bug 563262
---
 chrome/content/about.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/about.js b/chrome/content/about.js
index 9a250c1..ac19142 100644
--- a/chrome/content/about.js
+++ b/chrome/content/about.js
@@ -44,7 +44,7 @@ function init()
   {
     let addon = AddonManager.getAddonByID(addonID, function(addon)
     {
-      loadInstallManifest(ioService.newURI(addon.getResourceURL("install.rdf"), null, null));
+      loadInstallManifest(addon.getResourceURI("install.rdf"));
     });
   }
   else

-- 
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