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

commit f45fd7e5c4d0f68cb3f4c8ccc2e4c62296ba1ca2
Author: Valentin Dudouyt <valentin.dudo...@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);
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to