1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 08:42:27 +01:00

Fix error reported at startup.

This commit is contained in:
Kris Maglione
2011-01-07 13:13:56 -05:00
parent e71f96dee6
commit 7ba2f1657b
2 changed files with 5 additions and 4 deletions

View File

@@ -1035,8 +1035,8 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
case dactyl.NEW_WINDOW:
let win = window.openDialog(document.documentURI, "_blank", "chrome,all,dialog=no");
win.loadURI(url, null, postdata);
browser = win.getBrowser();
browser.loadURIWithFlags(url, flags, null, null, postdata);
return win.content;
}
}