rename command line option 'firetray-showHide' to 'firetrayShowHide'

This commit is contained in:
foudfou 2012-09-07 17:08:32 +02:00
parent 39f3c20fa8
commit 73f1f41ca4
1 changed files with 1 additions and 1 deletions

View File

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