[Pkg-privacy-commits] [xul-ext-monkeysphere] 41/296: use static monkey icon for good site status
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:23 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 825bfbd6b6e5d445fb02c76c75aa226474a82b6c
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Sun Jan 10 14:39:32 2010 -0500
use static monkey icon for good site status
---
chrome/content/monkeysphere.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 4aa94ac..94e0091 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -157,7 +157,7 @@ var monkeysphere = {
break;
case monkeysphere.states.NEU:
monkeysphere.log("main", "set status: NEU");
- //i.setAttribute("src", "chrome://monkeysphere/content/default.png");
+ //icon.setAttribute("src", "chrome://monkeysphere/content/default.png");
panel.hidden = true;
icon.setAttribute("src", "");
break;
@@ -167,7 +167,8 @@ var monkeysphere = {
break;
case monkeysphere.states.VAL:
monkeysphere.log("main", "set status: VAL");
- icon.setAttribute("src", "chrome://monkeysphere/content/good.png");
+ //icon.setAttribute("src", "chrome://monkeysphere/content/good.png");
+ icon.setAttribute("src", "chrome://monkeysphere/content/default.png");
break;
case monkeysphere.states.INV:
monkeysphere.log("main", "set status: INV");
--
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