diff options
author | Kris Maglione <jg@suckless.org> | 2009-09-26 16:55:40 -0400 |
---|---|---|
committer | Kris Maglione <jg@suckless.org> | 2009-09-26 16:55:40 -0400 |
commit | 5a0a8dd223c21c1a54b681346696971fe22cd137 (patch) | |
tree | 90b8de56f050741dee35aabe8261d349db340441 /common/content/tabs.js | |
parent | f3e015e00e8037a992fdb6f9824f12979fb6af03 (diff) | |
parent | a0c023113c54a184d3d5e37997f838ab5238fd96 (diff) | |
download | pentadactyl-5a0a8dd223c21c1a54b681346696971fe22cd137.tar.gz |
Merge old head.
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r-- | common/content/tabs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/content/tabs.js b/common/content/tabs.js index bd3eb6ae..07349e8d 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -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) [ |