[Pkg-privacy-commits] [xul-ext-monkeysphere] 106/296: removing updateStatus

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:30 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit dd1dedc4c5964cfaf8c4d04751361c11b71b048b
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Feb 23 19:25:12 2010 -0500

    removing updateStatus
---
 chrome/content/monkeysphere.js | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 48bfd6c..3cd1e7f 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -113,8 +113,7 @@ var monkeysphere = {
   // https://developer.mozilla.org/en/nsIWebProgressListener
   progressListener: {
     onLocationChange: function(aWebProgress, aRequest, aLocation) {
-      monkeysphere.log("++++ location change: ");
-      monkeysphere.updateStatus(aLocation);
+      monkeysphere.log("++++ location change: " + aLocation);
     },
 
     onProgressChange: function() {},
@@ -223,12 +222,6 @@ var monkeysphere = {
 ////////////////////////////////////////////////////////////
 
   //////////////////////////////////////////////////////////
-  // update status
-  updateStatus: function(uri) {
-    monkeysphere.setStatus();
-  },
-
-  //////////////////////////////////////////////////////////
   // set the status
   setStatus: function(state, message) {
     var panel = document.getElementById("monkeysphere-status");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list