mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:47:58 +01:00
Fix some symlink woes. Closes issue #140.
--HG-- rename : common/components/about-handler.js => muttator/components/about-handler.js rename : common/components/commandline-handler.js => muttator/components/commandline-handler.js rename : common/components/about-handler.js => vimperator/components/about-handler.js rename : common/components/commandline-handler.js => vimperator/components/commandline-handler.js rename : common/components/about-handler.js => xulmus/components/about-handler.js rename : common/components/commandline-handler.js => xulmus/components/commandline-handler.js
This commit is contained in:
@@ -1919,6 +1919,9 @@ const liberator = (function () //{{{
|
||||
|
||||
liberator.log("All modules loaded", 3);
|
||||
|
||||
services.add("commandLineHandler", "@mozilla.org/commandlinehandler/general-startup;1?type=" + config.name.toLowerCase(),
|
||||
Ci.nsICommandLineHandler);
|
||||
|
||||
let commandline = services.get("commandLineHandler").wrappedJSObject.optionValue;
|
||||
if (commandline)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user