diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2005-03-25 17:59:46 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2005-03-25 17:59:46 +0000 |
commit | 807f6a86859a5250d9420d9fecf23163e56524b2 (patch) | |
tree | 6c125ce11ff86ebddae09cd3548ca46d5b77db99 | |
parent | - Firefox 1.0.2 (diff) | |
download | librewolf-fedora-ff-807f6a86859a5250d9420d9fecf23163e56524b2.tar.gz librewolf-fedora-ff-807f6a86859a5250d9420d9fecf23163e56524b2.tar.bz2 librewolf-fedora-ff-807f6a86859a5250d9420d9fecf23163e56524b2.zip |
- Make the "browser.link.open_external" pref work (David Fraser)
-rw-r--r-- | firefox-redhat-default-prefs.js | 1 | ||||
-rw-r--r-- | firefox.sh.in | 2 | ||||
-rw-r--r-- | firefox.spec | 5 |
3 files changed, 6 insertions, 2 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index c5a5de9..89b69d1 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -1,4 +1,5 @@ pref("browser.display.use_system_colors", true); +pref("browser.link.open_external", 2); pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "FIREFOX_RPM_VR"); diff --git a/firefox.sh.in b/firefox.sh.in index a622c07..3576f5b 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -227,7 +227,7 @@ if [ "${USE_EXIST}" -eq "1" ] && [ "${ALREADY_RUNNING}" -eq "1" ]; then exec $MOZ_CLIENT_PROGRAM $MOZ_CLIENT_PROGRAM_PARAM "openurl($opt)" 2>/dev/null >/dev/null fi # just pass it off if it looks like a url - exec $MOZ_CLIENT_PROGRAM $MOZ_CLIENT_PROGRAM_PARAM "openurl($opt,new-window)" 2>/dev/null >/dev/null + exec $MOZ_CLIENT_PROGRAM $MOZ_CLIENT_PROGRAM_PARAM "openurl($opt)" 2>/dev/null >/dev/null fi exec $MOZ_PROGRAM $MOZARGS ${1+"$@"} diff --git a/firefox.spec b/firefox.spec index 9c2b2d7..04735fb 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc s390 s390x Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.0.2 -Release: 1 +Release: 2 Epoch: 0 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL @@ -328,6 +328,9 @@ fi #--------------------------------------------------------------------- %changelog +* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.2-2 +- Make the "browser.link.open_external" pref work (David Fraser) + * Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.2-1 - Firefox 1.0.2 |