[gthumb/gthumb-3-2] fixed display of the manual sub-sections
- From: Paolo Bacchilega <paobac src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gthumb/gthumb-3-2] fixed display of the manual sub-sections
 
- Date: Sun, 27 Oct 2013 13:22:13 +0000 (UTC)
 
commit 123594e896695f334db361b4538dfdfe74a819f2
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Oct 27 14:20:52 2013 +0100
    fixed display of the manual sub-sections
 gthumb/gtk-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gtk-utils.c b/gthumb/gtk-utils.c
index 92388a7..774eda3 100644
--- a/gthumb/gtk-utils.c
+++ b/gthumb/gtk-utils.c
@@ -480,7 +480,7 @@ show_help_dialog (GtkWindow  *parent,
        char   *uri;
        GError *error = NULL;
 
-       uri = g_strconcat ("help:gthumb", section ? "?" : NULL, section, NULL);
+       uri = g_strconcat ("help:gthumb", section ? "/" : NULL, section, NULL);
        if (! gtk_show_uri (gtk_window_get_screen (parent), uri, GDK_CURRENT_TIME, &error)) {
                GtkWidget *dialog;
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]