[gthumb/gthumb-3-2] help: fix calling help from withing the application.



commit eb0bb4b420538cbea578ea3a75a2455b80cfb1e1
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Mon Oct 21 19:41:27 2013 +0200

    help: fix calling help from withing the application.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710573

 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 b92336c..92388a7 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 ("ghelp: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]