Re: [Camino] Opening new windows in Tabs
Igor Foox <[email protected]> Wed, 10 Oct 2007 19:38:43 -0400
| Newsgroups | gmane.comp.mozilla.chimera,gmane.comp.macosx.camino.general |
|---|---|
| Message-ID | <[email protected]> |
On 10-Oct-07, at 3:00 PM, [email protected] wrote: > > On 10/9/07, Igor Foox <[email protected]> wrote: >> when I restart Camino the preference gets reset. > > When preferences get reset on quit, it almost always means that the > preference has been set to another value in user.js in the Camino > profile, so that's the first thing to check. Anything in user.js will > always "win" on launch, since that's its purpose. > > -Stuart Thanks Stuart, that turned out to be the problem. I had: user_pref("browser.link.open_newwindow", 2); in user.js and setting it to user_pref("browser.link.open_newwindow", 3); seems to do the right thing. Are all the possible options documented somewhere? (what exactly they do). Thanks, Igor