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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
