diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-16 22:38:44 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-16 22:38:44 -0500 |
commit | ed696fe5c420fecbf050dd87f34d0dafc8d917e8 (patch) | |
tree | b1b7d714ad9b19366b18952415b420105997ee40 /common/content/browser.js | |
parent | b52e78b92e3859edd3a46342366d17e34a72e6d8 (diff) | |
download | pentadactyl-ed696fe5c420fecbf050dd87f34d0dafc8d917e8.tar.gz |
Add an experimental prototype download manager replacement. Fix some bugs.
--HG--
extra : rebase_source : aea703414d4bd601bfdea779c5878a30d5b3d782
Diffstat (limited to 'common/content/browser.js')
-rw-r--r-- | common/content/browser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/browser.js b/common/content/browser.js index 826c2a6b..1e4d2dc8 100644 --- a/common/content/browser.js +++ b/common/content/browser.js @@ -133,7 +133,7 @@ var Browser = Module("browser", { }, commands: function () { - commands.add(["downl[oads]", "dl"], + commands.add(["old-downl[oads]", "old-dl"], "Show progress of current downloads", function () { dactyl.open("chrome://mozapps/content/downloads/downloads.xul", |