diff options
Diffstat (limited to 'audio/denemo/files/patch-src__help.c')
-rw-r--r-- | audio/denemo/files/patch-src__help.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/denemo/files/patch-src__help.c b/audio/denemo/files/patch-src__help.c index f0057b8e49d7..47207f082ca2 100644 --- a/audio/denemo/files/patch-src__help.c +++ b/audio/denemo/files/patch-src__help.c @@ -1,11 +1,11 @@ --- src/help.c.orig +++ src/help.c -@@ -63,7 +63,7 @@ +@@ -56,7 +56,7 @@ GError *error = NULL; /* get the uri to the manual */ -- gchar *manualpath = g_build_filename (get_data_dir (), "manual", -+ gchar *manualpath = g_build_filename (get_data_dir (), "..", "doc", "denemo", "manual", +- gchar *manualpath = g_build_filename (get_system_data_dir (), "manual", ++ gchar *manualpath = g_build_filename (get_system_data_dir (), "..", "doc", "denemo", "manual", "denemo-manual.html", NULL); - gchar *manualuri = url?g_strdup(url):g_filename_to_uri (manualpath, NULL, NULL); + gchar *manualuri = url ? g_strdup (url) : g_filename_to_uri (manualpath, NULL, NULL); |