[Pkg-mozext-commits] [requestpolicy] 227/280: fix some trivial bugs

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:32 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 5f64050e007506e2eae340af381a90f7595372fb
Author: Martin Kimmerle <dev at 256k.de>
Date:   Wed Mar 18 19:42:44 2015 +0100

    fix some trivial bugs
---
 src/content/lib/environment.process.js | 2 +-
 src/content/lib/logger.jsm             | 3 +--
 src/content/settings/setup.js          | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/content/lib/environment.process.js b/src/content/lib/environment.process.js
index 98d899c..4b20e97 100644
--- a/src/content/lib/environment.process.js
+++ b/src/content/lib/environment.process.js
@@ -191,7 +191,7 @@ let ProcessEnvironment = (function() {
   ChildProcessEnvironment.prototype.shutdown = function() {
     let self = this;
 
-    ProcessEnvironmentBasevironmentBase.prototype.shutdown.apply(self, arguments);
+    ProcessEnvironmentBase.prototype.shutdown.apply(self, arguments);
 
     ScriptLoader.doShutdownTasks();
     Cu.unload("chrome://requestpolicy/content/lib/script-loader.jsm");
diff --git a/src/content/lib/logger.jsm b/src/content/lib/logger.jsm
index ff0c70c..77c8bcd 100644
--- a/src/content/lib/logger.jsm
+++ b/src/content/lib/logger.jsm
@@ -211,8 +211,7 @@ let Logger = (function() {
         self.dump("    => key: " + i + " / value: [unable to access value]");
       }
     }
-  }
-
+  };
 
   return self;
 }());
diff --git a/src/content/settings/setup.js b/src/content/settings/setup.js
index 9da9d26..dd6ad4c 100644
--- a/src/content/settings/setup.js
+++ b/src/content/settings/setup.js
@@ -61,7 +61,7 @@ function handleSubscriptionsChange() {
     'allow_sameorg':{},
     'deny_trackers':{}
   };
-  var userSubs = Prefs.getSubscriptions();
+  var userSubs = rpService.getSubscriptions();
   for (var subName in subs) {
     var subInfo = {};
     subInfo['official'] = {};

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