[Pkg-mozext-commits] [firetray] 217/399: fix tooltip warning

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:46 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 746ab759f78e6332f307213a3adda50851530945
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Wed Mar 28 19:37:08 2012 +0200

    fix tooltip warning
---
 src/modules/FiretrayMessaging.jsm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/FiretrayMessaging.jsm b/src/modules/FiretrayMessaging.jsm
index b2928a6..14fa613 100644
--- a/src/modules/FiretrayMessaging.jsm
+++ b/src/modules/FiretrayMessaging.jsm
@@ -158,7 +158,7 @@ firetray.Messaging = {
         newMsgCount,
         firetray.Utils.strings.GetStringFromName("tooltip.unread_messages"))
         .replace("#1", newMsgCount);
-      firetray.WARN(localizedTooltip);
+      firetray.LOG(localizedTooltip);
     } else if (msgCountType === FIRETRAY_MESSAGE_COUNT_TYPE_NEW) {
       newMsgCount = this.countMessages(this.newMsgCountIterate);
       localizedTooltip = firetray.Utils.strings.GetStringFromName("tooltip.new_messages");

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