[Pkg-privacy-commits] [xul-ext-monkeysphere] 107/296: set status bar to neutral if monkeysphere has nothing to say about it.

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 55caa6b31d44b5f305fb302b7e599838259e39e4
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Feb 24 01:17:17 2010 -0500

    set status bar to neutral if monkeysphere has nothing to say about it.
---
 chrome/content/monkeysphere.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 3cd1e7f..26315df 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -184,6 +184,7 @@ var monkeysphere = {
 
     // if uri not relevant, return
     if(!monkeysphere.isRelevantURI(uri)) {
+      monkeysphere.setStatus(monkeysphere.states.NEUTRAL);
       monkeysphere.log("done.");
       return;
     }

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