[Xfce4-commits] <xfce4-taskbar-plugin:master> Fixed Help URL

Valentin Dudouyt noreply at xfce.org
Sat May 4 06:08:02 CEST 2013


Updating branch refs/heads/master
         to f45fd7e5c4d0f68cb3f4c8ccc2e4c62296ba1ca2 (commit)
       from 3a6a3904e97dd7bda356fe4a6c8dc217e901d760 (commit)

commit f45fd7e5c4d0f68cb3f4c8ccc2e4c62296ba1ca2
Author: Valentin Dudouyt <valentin.dudouyt at gmail.com>
Date:   Sat May 4 11:05:12 2013 +0700

    Fixed Help URL

 panel-utils.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/panel-utils.c b/panel-utils.c
index 95e107a..e5554c6 100644
--- a/panel-utils.c
+++ b/panel-utils.c
@@ -159,8 +159,7 @@ panel_utils_show_help (GtkWindow   *parent,
                  "not exactly match your panel version."),
                _("The user manual is not installed on your computer")))
     {
-      uri = g_strconcat ("http://docs.xfce.org/help.php?package=xfce4-panel&lang=",
-                         locale, "&page=", page, "&anchor=", offset, NULL);
+      uri = g_strdup("http://git.xfce.org/panel-plugins/xfce4-taskbar-plugin/tree/README");
     }
 
   g_free (filename);


More information about the Xfce4-commits mailing list