gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-448-g77fe2f6
Date: Thu, 31 Mar 2011 12:26:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  77fe2f6ae20e15d9e4918158782d6e7bfd1f9572 (commit)
      from  6dc092126e39e20a17e5da3f26f2b1ec6c36bca6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=77fe2f6ae20e15d9e4918158782d6e7bfd1f9572


commit 77fe2f6ae20e15d9e4918158782d6e7bfd1f9572
Author: Sandro Santilli <address@hidden>
Date:   Thu Mar 31 14:24:17 2011 +0200

    Change the default urlOpenerFormat from "firefox -remote 'openurl(%u)'" to 
"xdg-open '%u'"

diff --git a/doc/C/usermanual/gnashrc.xml b/doc/C/usermanual/gnashrc.xml
index 040d91f..a77c6c3 100644
--- a/doc/C/usermanual/gnashrc.xml
+++ b/doc/C/usermanual/gnashrc.xml
@@ -286,9 +286,9 @@
            Examples:
            <programlisting>
              set urlOpenerFormat firefox -remote 'openurl(%u)'
-             set urlOpenerFormat xdg-open %u
-             set urlOpenerFormat open %u
-             set urlOpenerFormat kfmclient exec %u
+             set urlOpenerFormat xdg-open '%u'
+             set urlOpenerFormat open '%u'
+             set urlOpenerFormat kfmclient exec '%u'
            </programlisting>
          </entry>
        </row>
diff --git a/libbase/gnashrc.in b/libbase/gnashrc.in
index 40c7155..87a7ddd 100644
--- a/libbase/gnashrc.in
+++ b/libbase/gnashrc.in
@@ -169,15 +169,15 @@
 # Use the following command format to open urls if 
 # no host-request FD was given.
 #
-# The '%u' label will be substituted with the url
+# The ``%u'' label will be substituted with the url
 # to open.
 # 
 # NOTE that the NPAPI plugin provides an host request FD
 # to send url opening requests to.
 #
-# Default: firefox -remote 'openurl(%u)'
+# Default: xdg-open '%u'
 #
-#set urlOpenerFormat lynx %u
+#set urlOpenerFormat lynx '%u'
 
 # Directory to store SharedObject files 
 #
diff --git a/libbase/rc.cpp b/libbase/rc.cpp
index 01f1a83..b15910c 100644
--- a/libbase/rc.cpp
+++ b/libbase/rc.cpp
@@ -75,7 +75,7 @@ RcInitFile::RcInitFile()
     _debugger(false),
     _verbosity(-1),
     // will be reset to something else if __OS2__x is defined:
-    _urlOpenerFormat("firefox -remote 'openurl(%u)'"),
+    _urlOpenerFormat("xdg-open '%u'"),
     _flashVersionString(
         DEFAULT_FLASH_PLATFORM_ID" "\
         DEFAULT_FLASH_MAJOR_VERSION","\

-----------------------------------------------------------------------

Summary of changes:
 doc/C/usermanual/gnashrc.xml |    6 +++---
 libbase/gnashrc.in           |    6 +++---
 libbase/rc.cpp               |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]