[Pkg-mozext-commits] [requestpolicy] 206/280: fix a bug
David Prévot
taffit at moszumanska.debian.org
Sat May 2 20:30:28 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 d2c7d1cc4733cf792f2f42dbfbfe6f3578425e13
Author: Martin Kimmerle <dev at 256k.de>
Date: Wed Feb 4 19:24:49 2015 +0100
fix a bug
---
src/content/settings/subscriptions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/settings/subscriptions.js b/src/content/settings/subscriptions.js
index fc625b0..af9d2a8 100644
--- a/src/content/settings/subscriptions.js
+++ b/src/content/settings/subscriptions.js
@@ -74,7 +74,7 @@ function updateDisplay() {
element.input.checked = (element.id in subsInfo['official']);
}
- if (Prefs.isDefaultAllow) {
+ if (Prefs.isDefaultAllow()) {
var currentPolicy = 'allow', otherPolicy = 'deny';
} else {
var currentPolicy = 'deny', otherPolicy = 'allow';
--
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