[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/02: [settings] Fix link to online documentaion
noreply at xfce.org
noreply at xfce.org
Wed May 28 12:36:30 CEST 2014
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit 5cb29a26a8c4646001ba8ae903e275f517ae86c2
Author: Mike Massonnet <m8t at gandi.net>
Date: Wed May 28 12:32:48 2014 +0200
[settings] Fix link to online documentaion
---
panel-plugin/xfce4-clipman-settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-clipman-settings.c b/panel-plugin/xfce4-clipman-settings.c
index 37cd219..5aa6525 100644
--- a/panel-plugin/xfce4-clipman-settings.c
+++ b/panel-plugin/xfce4-clipman-settings.c
@@ -285,7 +285,7 @@ cb_show_help (GtkButton *button)
else
{
g_free (docpath);
- docpath = g_strdup ("http://docs.xfce.org/extra/clipman/start");
+ docpath = g_strdup ("http://docs.xfce.org/panel-plugins/clipman/start");
}
/* Open documentation in webbrowser */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list