summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-show.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-22 14:59:18 -0800
committerStefano Karapetsas <[email protected]>2013-12-22 14:59:18 -0800
commit16d15f21c3b4ccd46fcc189f2b8bd7071becf167 (patch)
tree734b31cac5519eef982d087f493b5ff853275e04 /mate-panel/libpanel-util/panel-show.c
parentf4c7c8fe62818f8acf3b2514732148a3727a3d2a (diff)
parentae375c55fa3d1156b16f407bbf84bf541e0ffb20 (diff)
downloadmate-panel-16d15f21c3b4ccd46fcc189f2b8bd7071becf167.tar.bz2
mate-panel-16d15f21c3b4ccd46fcc189f2b8bd7071becf167.tar.xz
Merge pull request #152 from infirit/yelp
Update help uri to the correct location
Diffstat (limited to 'mate-panel/libpanel-util/panel-show.c')
-rw-r--r--mate-panel/libpanel-util/panel-show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/libpanel-util/panel-show.c b/mate-panel/libpanel-util/panel-show.c
index 51167874..6c80a142 100644
--- a/mate-panel/libpanel-util/panel-show.c
+++ b/mate-panel/libpanel-util/panel-show.c
@@ -271,7 +271,7 @@ panel_show_help (GdkScreen *screen,
g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
if (link)
- uri = g_strdup_printf ("help:%s?%s", doc, link);
+ uri = g_strdup_printf ("help:%s/%s", doc, link);
else
uri = g_strdup_printf ("help:%s", doc);