summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-03-25 17:59:46 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-03-25 17:59:46 +0000
commit807f6a86859a5250d9420d9fecf23163e56524b2 (patch)
tree6c125ce11ff86ebddae09cd3548ca46d5b77db99 /firefox.sh.in
parent- Firefox 1.0.2 (diff)
downloadlibrewolf-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)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in2
1 files changed, 1 insertions, 1 deletions
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+"$@"}
bgstack15