Kaydet (Commit) 2d8d1548 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

upstream open-url-support-iceanimals.diff from libreoffice/build

üst de5840a5
...@@ -58,7 +58,7 @@ if echo $1 | grep '^mailto:' > /dev/null; then ...@@ -58,7 +58,7 @@ if echo $1 | grep '^mailto:' > /dev/null; then
exit 0 exit 0
fi fi
# mozilla derivates may need -remote semantics # mozilla derivates may need -remote semantics
for i in thunderbird mozilla netscape; do for i in thunderbird mozilla netscape icedove iceape; do
mailer=`which $i` mailer=`which $i`
if [ ! -z "$mailer" ]; then if [ ! -z "$mailer" ]; then
run_mozilla "$mailer" "$1" run_mozilla "$mailer" "$1"
...@@ -80,7 +80,7 @@ else ...@@ -80,7 +80,7 @@ else
exit 0 exit 0
fi fi
# mozilla derivates may need -remote semantics # mozilla derivates may need -remote semantics
for i in chrome seamonkey firefox; do for i in chrome seamonkey firefox iceweasel iceape; do
browser=`which $i` browser=`which $i`
if [ ! -z "$browser" ]; then if [ ! -z "$browser" ]; then
run_mozilla "$browser" "$1" run_mozilla "$browser" "$1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment