[Pkg-privacy-commits] [xul-ext-monkeysphere] 245/296: suppress outputting blank message when updateDisplay with NEUTRAL state
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:44 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 16748ed83563df4aec8593976dc5d93b7b968f21
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Tue May 11 14:43:24 2010 -0400
suppress outputting blank message when updateDisplay with NEUTRAL state
---
chrome/content/monkeysphere.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 5e4befc..90cc615 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -220,7 +220,9 @@ var monkeysphere = (function() {
break;
}
- ms.log(" message: " + message);
+ if(state != 'NEUTRAL') {
+ ms.log(" message: " + message);
+ }
panel.setAttribute("tooltiptext", message);
};
--
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