[Pkg-privacy-commits] [xul-ext-monkeysphere] 118/296: bugfix

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:31 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 8bda4c2f40e87d76b7c0efd3977f6b882b814428
Author: mike castleman <m at mlcastle.net>
Date:   Sat Mar 6 14:10:48 2010 -0500

    bugfix
---
 chrome/content/monkeysphere.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 946cef0..e3602b7 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -242,7 +242,7 @@ var monkeysphere = {
 ////////////////////////////////////////////////////////////
   
   getDefaultStatusText: function(state) {
-    var key = monkeysphere.states.state ? ("status" + state) : "xulError";
+    var key = (typeof monkeysphere.states.state !== 'undefined') ? ("status" + state) : "xulError";
     return monkeysphere.messages.getString(key);
   },
 

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