aboutsummaryrefslogtreecommitdiff
path: root/audio/denemo/files/patch-src_ui_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/denemo/files/patch-src_ui_help.c')
-rw-r--r--audio/denemo/files/patch-src_ui_help.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/denemo/files/patch-src_ui_help.c b/audio/denemo/files/patch-src_ui_help.c
new file mode 100644
index 000000000000..61094398f168
--- /dev/null
+++ b/audio/denemo/files/patch-src_ui_help.c
@@ -0,0 +1,11 @@
+--- src/ui/help.c.orig 2016-04-10 12:10:21 UTC
++++ src/ui/help.c
+@@ -57,7 +57,7 @@ browse_manual (GtkAction * action, Denem
+ GError *error = NULL;
+
+ /* get the uri to the 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);
+