File gthumb-launch-help.patch of Package gthumb
From fa93814212c58fe58333ee485f660036e4830904 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Mon, 21 Oct 2013 19:41:27 +0200
Subject: [PATCH] help: fix calling help from withing the application.
---
gthumb/gtk-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gthumb/gtk-utils.c b/gthumb/gtk-utils.c
index 401cc1b..d851263 100644
--- a/gthumb/gtk-utils.c
+++ b/gthumb/gtk-utils.c
@@ -481,7 +481,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;
--
1.8.4