1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 07:57:59 +01:00

Fix liberator.open/browser.tabs.loadInBackground bug

This commit is contained in:
Kris Maglione
2009-01-02 19:05:28 -05:00
parent fa56f3058c
commit 8af1dfb84f
3 changed files with 6 additions and 6 deletions

View File

@@ -482,7 +482,7 @@ function Buffer() //{{{
if (arg && (liberator.has("Win32") || arg[0] != ">"))
return liberator.echoerr("E488: Trailing characters");
options.temporaryContext(function () {
options.withContext(function () {
if (arg)
{
options.setPref("print.print_to_file", "true");