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

Merge old head.

This commit is contained in:
Kris Maglione
2009-09-26 16:55:40 -04:00
9 changed files with 50 additions and 31 deletions

View File

@@ -183,8 +183,8 @@ function Tabs() //{{{
restriction = 2;
}
options.safeSetPref("browser.link.open_newwindow", open);
options.safeSetPref("browser.link.open_newwindow.restriction", restriction);
options.safeSetPref("browser.link.open_newwindow", open, "See 'popups' option.");
options.safeSetPref("browser.link.open_newwindow.restriction", restriction, "See 'popups' option.");
return value;
},
completer: function (context) [