[Libreoffice-commits] .: shell/source

François Tigeot ftigeot at kemper.freedesktop.org
Tue Jul 5 05:32:25 PDT 2011


 shell/source/unix/misc/open-url.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 55a6a1ab99806b8f4316def70eea290dfec5f089
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Tue Jul 5 14:31:35 2011 +0200

    Hardcode browser list: remove netscape, add chrome

diff --git a/shell/source/unix/misc/open-url.sh b/shell/source/unix/misc/open-url.sh
index d726f04..770954c 100755
--- a/shell/source/unix/misc/open-url.sh
+++ b/shell/source/unix/misc/open-url.sh
@@ -80,7 +80,7 @@ else
     exit 0
   fi
   # mozilla derivates may need -remote semantics
-  for i in firefox seamonkey netscape; do
+  for i in chrome seamonkey firefox; do
     browser=`which $i`
     if [ ! -z "$browser" ]; then
       run_mozilla "$browser" "$1"


More information about the Libreoffice-commits mailing list