[Pkg-mozext-commits] [firetray] 202/399: cleaning

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit bfb9f30b4a9ac3016a4faef95f30563cc69181a3
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Thu Mar 8 23:52:07 2012 +0100

    cleaning
---
 src/modules/commons.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/commons.js b/src/modules/commons.js
index 69c1529..d45ace7 100644
--- a/src/modules/commons.js
+++ b/src/modules/commons.js
@@ -3,7 +3,7 @@
 /* for now, logging facilities (imported from logging.jsm) are automatically
    provided by this module */
 var EXPORTED_SYMBOLS =
-  [ "firetray", "LOG", "WARN", "ERROR", "FIRETRAY_ID", "FIRETRAY_SPLASH_PAGE",
+  [ "firetray", "FIRETRAY_ID", "FIRETRAY_SPLASH_PAGE",
     "FIRETRAY_NOTIFICATION_UNREAD_MESSAGE_COUNT",
     "FIRETRAY_NOTIFICATION_NEWMAIL_ICON", "FIRETRAY_NOTIFICATION_CUSTOM_ICON",
     "FIRETRAY_DELAY_BROWSER_STARTUP_MILLISECONDS",
@@ -74,7 +74,7 @@ firetray.Utils = {
   QueryInterfaces: function(obj) {
     for each (i in Components.interfaces)
       try {
-        if (obj instanceof i) LOG (i);
+        if (obj instanceof i) firetray.LOG (i);
       } catch(x) {}
   },
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list