[Xfce4-commits] <orage:master> 4.8.3.3 Fixed Bug 4817 Orage escapes anchor (#) in help links

Juha noreply at xfce.org
Mon Jan 28 11:38:01 CET 2013


Updating branch refs/heads/master
         to 0d1f8b80eea19934e0a5f10e51be2536683a9a21 (commit)
       from 543b1f2d13412bec26cbb1152624ba565aa3ddbe (commit)

commit 0d1f8b80eea19934e0a5f10e51be2536683a9a21
Author: Juha <juha at xfce.org>
Date:   Mon Jan 28 12:34:24 2013 +0200

    4.8.3.3 Fixed Bug 4817  Orage escapes anchor (#) in help links
    
    Need to use full names to keep # in the URL. Added file:// in the
    beginning of the URL

 configure.in.in  |    2 +-
 src/parameters.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index abc72b5..3f6df0e 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto <juha at xfce.org>
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.8.3.2-git])
+m4_define([orage_version], [4.8.3.3-git])
 
 m4_define([gtk_minimum_version], [2.10.0])
 m4_define([xfce_minimum_version], [4.6.0])
diff --git a/src/parameters.c b/src/parameters.c
index 4e55434..737aa44 100644
--- a/src/parameters.c
+++ b/src/parameters.c
@@ -176,7 +176,7 @@ static void dialog_response(GtkWidget *dialog, gint response_id
 
     if (response_id == GTK_RESPONSE_HELP) {
         /* Needs to be in " to keep # */
-        helpdoc = g_strconcat("firefox \"", PACKAGE_DATA_DIR
+        helpdoc = g_strconcat("firefox \"file://", PACKAGE_DATA_DIR
                 , G_DIR_SEPARATOR_S, "orage"
                 , G_DIR_SEPARATOR_S, "doc"
                 , G_DIR_SEPARATOR_S, "C"


More information about the Xfce4-commits mailing list