1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 19:25:46 +01:00

Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator into hardcopy-file

This commit is contained in:
Kris Maglione
2008-12-17 11:34:39 -05:00

View File

@@ -1091,7 +1091,7 @@ const liberator = (function () //{{{
switch (where)
{
case liberator.CURRENT_TAB:
getBrowser().loadURIWithFlags(url, nsIWebNavigation.LOAD_FLAGS_NONE, null, null, postdata);
getBrowser().loadURIWithFlags(url, Ci.nsIWebNavigation.LOAD_FLAGS_NONE, null, null, postdata);
break;
case liberator.NEW_BACKGROUND_TAB: