Skip to content

Commit 93caba3

Browse files
committed
Fix :downloads for new Firefoxs
1 parent 2a114c7 commit 93caba3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/content/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const Browser = Module("browser", {
252252
commands.add(["downl[oads]", "dl"],
253253
"Show progress of current downloads",
254254
function () {
255-
liberator.open("chrome://mozapps/content/downloads/downloads.xul",
255+
liberator.open("chrome://browser/content/downloads/contentAreaDownloadsView.xul",
256256
{ from: "downloads"});
257257
},
258258
{ argCount: "0" });

vimperator/NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
XXXX-XX-XX
22
* When you copy the URL with y, copy it as-is with only space encoded as %20
3+
* Fix :downloads for new Firefoxs (thanks sven)
34
* Add 'yankencodedurl' option, so you can get the old behavior to encode any
45
any non-ASCII character with the encoded character
56

0 commit comments

Comments
 (0)