diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-09 13:43:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-09 13:43:40 +0000 |
commit | dc0f1ab8ac591cdb166f1bd8ac75b6257c41267f (patch) | |
tree | 0b5c0866f16eba3b142e7a25afadcb74a88a5f77 /audio/denemo/files/patch-src_ui_help.c | |
parent | Update to 2.45. (diff) |
Update to 2.0.6.
maintainer timeout.
PR: 209042
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=414853
Diffstat (limited to 'audio/denemo/files/patch-src_ui_help.c')
-rw-r--r-- | audio/denemo/files/patch-src_ui_help.c | 11 |
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); + |