[Pkg-mozext-commits] [requestpolicy] 04/12: fix variable name

David Prévot taffit at moszumanska.debian.org
Sat May 23 01:32:27 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 388ebe8e81b95e6735afe1c15fb320c0c5d1ffb2
Author: Martin Kimmerle <dev at 256k.de>
Date:   Fri May 22 03:23:13 2015 +0200

    fix variable name
    
    `prefs` had been renamed to `rpPrefBranch` in commit 8c27a0e.
---
 src/content/settings/common.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/content/settings/common.js b/src/content/settings/common.js
index 0919023..41b7020 100644
--- a/src/content/settings/common.js
+++ b/src/content/settings/common.js
@@ -178,7 +178,7 @@ common.getOldRulesAsNewRules = function (addHostWildcard) {
 
 common.getPrefObj = function (pref) {
   try {
-    var value = prefs.getComplexValue(pref, Ci.nsISupportsString).data;
+    var value = rpPrefBranch.getComplexValue(pref, Ci.nsISupportsString).data;
   } catch (e) {
     value = '';
   }

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