freebsd-ports/audio/denemo/files/patch-src_ui_help.c
Mathieu Arnold dc0f1ab8ac Update to 2.0.6.
maintainer timeout.

PR:		209042
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-05-09 13:43:40 +00:00

11 lines
520 B
C

--- 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);