[Pkg-privacy-commits] [xul-ext-monkeysphere] 22/296: fix value in notify.checkPresent function

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:21 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 a3ddfd13fb0fabf8626fc35a55b87b5a7a4b9e19
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Sat Jan 9 15:36:30 2010 -0500

    fix value in notify.checkPresent function
---
 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 93ec0e2..2309f73 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -511,7 +511,7 @@ var monkeysphere = {
     // return true and log if a given notification box is present
     checkPresent: function(browser, value) {
       if (browser.getNotificationBox().getNotificationWithValue(value)) {
-	monkeysphere.log("main", "notification " + name + " already present");
+	monkeysphere.log("main", "notification '" + value + "' already present");
 	return true;
       }
       return false;

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