[Pkg-mozext-commits] [requestpolicy] 142/280: fix a bug: `Prefs.setBlockingDisabled()`

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:13 UTC 2015


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 2f2b0cf116dbf199403f0dc6cd549fb3240ddd76
Author: Martin Kimmerle <dev at 256k.de>
Date:   Thu Jan 15 22:28:25 2015 +0100

    fix a bug: `Prefs.setBlockingDisabled()`
---
 src/content/lib/prefs.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/content/lib/prefs.jsm b/src/content/lib/prefs.jsm
index 512abe2..1ecc79d 100644
--- a/src/content/lib/prefs.jsm
+++ b/src/content/lib/prefs.jsm
@@ -70,7 +70,7 @@ let Prefs = (function() {
     },
     "startWithAllowAllEnabled": {
       getter: {name: "isBlockingDisabled", fn: rpPrefBranch.getBoolPref},
-      setter: {name: "setBlockingDisabled", fn: rootPrefBranch.setBoolPref}
+      setter: {name: "setBlockingDisabled", fn: rpPrefBranch.setBoolPref}
     }
   };
   let cachedPrefs = {};

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



More information about the Pkg-mozext-commits mailing list