diff options
author | Brad Laue <brad@gentoo.org> | 2004-02-15 16:32:49 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-02-15 16:32:49 +0000 |
commit | 44e3c221b88ce816356ffa720847c9637fb7865a (patch) | |
tree | 538006592b032eb084ff9e2a51424c929e43f856 | |
parent | Tweak the launch script to suit better default behaviour (Manifest recommit) (diff) | |
download | gentoo-2-44e3c221b88ce816356ffa720847c9637fb7865a.tar.gz gentoo-2-44e3c221b88ce816356ffa720847c9637fb7865a.tar.bz2 gentoo-2-44e3c221b88ce816356ffa720847c9637fb7865a.zip |
Change default new mode to window
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mozilla-firefox/files/firefox | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index 7f0d3242f533..a7eef17fc60e 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/mozilla-firebird # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.8 2004/02/15 01:43:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.9 2004/02/15 16:32:49 brad Exp $ + + 15 Feb 2004; Brad Laue <brad@gentoo.org> files/firefox: + Switch the default new browser type to window, as this matches better with + firefox on other platforms. Tab mode is still available if placed in the + environment variable documented in /usr/bin/firebird. 14 Feb 2004; Aron Griffis <agriffis@gentoo.org> files/firefox: Roll fix over from MozillaFirebird script for bug 41074 diff --git a/net-www/mozilla-firefox/files/firefox b/net-www/mozilla-firefox/files/firefox index 59836efcab4e..cd54c0a3e0de 100644 --- a/net-www/mozilla-firefox/files/firefox +++ b/net-www/mozilla-firefox/files/firefox @@ -2,11 +2,11 @@ # # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v 1.2 2004/02/15 01:41:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v 1.3 2004/02/15 16:32:49 brad Exp $ # Set MOZILLA_NEWTYPE to "window" in your environment if you prefer # new Firefox windows instead of new tabs -newtype=${MOZILLA_NEWTYPE:-"tab"} +newtype=${MOZILLA_NEWTYPE:-"window"} # Point this to your Firefox installation if not using the default export MOZILLA_FIVE_HOME="/usr/lib/MozillaFirefox" |