1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 13:55:51 +01:00

Add the values into 'activate' option.

This commit is contained in:
anekos
2009-11-18 21:39:39 +09:00
parent e9a66bcaed
commit db1fb981cc
3 changed files with 11 additions and 4 deletions

View File

@@ -203,8 +203,7 @@ const Browser = Module("browser", {
"Show progress of current downloads",
function () {
liberator.open("chrome://mozapps/content/downloads/downloads.xul",
options.get("newtab").has("all", "downloads")
? liberator.NEW_TAB : liberator.CURRENT_TAB);
{ from: "downloads"});
},
{ argCount: "0" });