[Pkg-mozext-commits] [firetray] 242/399: fix cmd-line handler

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:51 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 89566bc9b6be8c992779785d1c686ab75fd899a7
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sun May 13 17:05:50 2012 +0200

    fix cmd-line handler
---
 src/components/firetray-clhandler.js |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/firetray-clhandler.js b/src/components/firetray-clhandler.js
index a2164e2..e0ee9ad 100644
--- a/src/components/firetray-clhandler.js
+++ b/src/components/firetray-clhandler.js
@@ -26,7 +26,7 @@ firetayCommandLineHandler.prototype = {
   handle: function clh_handle(cmdLine)
   {
     if (cmdLine.handleFlag("showHide", false)) {
-      firetray.LOG("*** CmdLine call ***");
+      F.LOG("*** CmdLine call ***");
       firetray.Handler.showHideAllWindows();
       cmdLine.preventDefault = true;
     }
@@ -34,9 +34,9 @@ firetayCommandLineHandler.prototype = {
 
   // NOTE: change the help info as appropriate, but follow the guidelines in
   // nsICommandLineHandler.idl specifically, flag descriptions should start at
-  // character 24, and lines should be wrapped at 72 characters with embedded
+  // character 24, and lines should be wrapped at 76 characters with embedded
   // newlines, and finally, the string should end with a newline
-  helpInfo: "  -showHide            Minimize to or restore from system tray\n"
+  helpInfo: "  -showHide            Minimize to or restore from system tray\n" // https://bugzilla.mozilla.org/show_bug.cgi?id=510882
 };
 
 var NSGetFactory = XPCOMUtils.generateNSGetFactory([firetayCommandLineHandler]);

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