[Pkg-mozext-commits] [firetray] 185/399: fix declaration

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:40 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 f9c81f0a840144aec84454508ef79d89d50b0c91
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sun Mar 4 15:14:43 2012 +0100

    fix declaration
---
 src/modules/FiretrayMessaging.jsm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/FiretrayMessaging.jsm b/src/modules/FiretrayMessaging.jsm
index c5c2678..7058cb4 100644
--- a/src/modules/FiretrayMessaging.jsm
+++ b/src/modules/FiretrayMessaging.jsm
@@ -156,6 +156,7 @@ firetray.Messaging = {
   countMessages: function() {
     let msgCountType = firetray.Utils.prefService.getIntPref("message_count_type");
     LOG("msgCountType="+msgCountType);
+    let folderCountFunctionName;
     if (msgCountType === FIRETRAY_MESSAGE_COUNT_TYPE_UNREAD) {
       folderCountFunctionName = 'getNumUnread';
     } else if (msgCountType === FIRETRAY_MESSAGE_COUNT_TYPE_NEW) {

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