[aisleriot] Use correct help URIs



commit e658a61c1db2ae1cbf2b77765eae3a1586baf8da
Author: Christian Persch <chpe gnome org>
Date:   Tue Aug 30 18:10:45 2011 +0200

    Use correct help URIs
    
    Bug #657683.

 src/lib/ar-help.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/ar-help.c b/src/lib/ar-help.c
index 1346c2e..8064afa 100644
--- a/src/lib/ar-help.c
+++ b/src/lib/ar-help.c
@@ -61,7 +61,7 @@ ar_help_display_full (GtkWidget *window,
     char *escaped_section;
 
     escaped_section = g_uri_escape_string  (section, NULL, TRUE);
-    help_uri = g_strdup_printf ("help:%s?%s", doc_module, escaped_section);
+    help_uri = g_strdup_printf ("help:%s/%s", doc_module, escaped_section);
     g_free (escaped_section);
   } else {
     help_uri = g_strdup_printf ("help:%s", doc_module);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]