[Pkg-mozext-commits] [firetray] 308/399: rename command line option 'firetray-showHide' to 'firetrayShowHide'

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:04 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 73f1f41ca44f14cbb528731ab0c90666cf0ff66c
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Fri Sep 7 17:08:32 2012 +0200

    rename command line option 'firetray-showHide' to 'firetrayShowHide'
---
 src/components/firetray-clhandler.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/firetray-clhandler.js b/src/components/firetray-clhandler.js
index 73f1d98..064a107 100644
--- a/src/components/firetray-clhandler.js
+++ b/src/components/firetray-clhandler.js
@@ -27,7 +27,7 @@ firetayCommandLineHandler.prototype = {
   /* nsICommandLineHandler */
   handle: function clh_handle(cmdLine)
   {
-    if (cmdLine.handleFlag("firetray-showHide", false)) {
+    if (cmdLine.handleFlag("firetrayShowHide", false)) {
       log.debug("*** CmdLine call ***");
       firetray.Handler.showHideAllWindows();
       cmdLine.preventDefault = true;

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