Camino only - Bug 520555: Default command-click to opening a new tab. r/sr=pink

git-svn-id: svn://10.0.0.236/trunk@258633 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stuart.morgan%alumni.case.edu
2009-10-07 20:30:05 +00:00
parent af10a203d1
commit e3c87492bf

View File

@@ -131,9 +131,9 @@ pref("network.protocol-handler.warn-external.nntp", false);
// cookies: 0 = accept all, 1 = don't accept third-party, 2 = don't accept any
pref("network.cookie.cookieBehavior", 0);
// defaults for cmd-click opening windows or tabs (default to windows)
pref("browser.tabs.opentabfor.middleclick", false);
// ...and default to opening new pages in the foreground
// default to opening tabs instead of windows for command-click
pref("browser.tabs.opentabfor.middleclick", true);
// ... and default to opening new tabs in the foreground
pref("browser.tabs.loadInBackground", false);
// hide the tab bar when only one tab is open