Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2013-10-23 10:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gthumb (Old)
 and      /work/SRC/openSUSE:Factory/.gthumb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gthumb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes    2013-10-21 
12:29:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes       2013-10-23 
10:08:20.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 17:42:37 UTC 2013 - [email protected]
+
+- Add gthumb-launch-help.patch: Fix help not being found
+  (bnc#846900).
+
+-------------------------------------------------------------------

New:
----
  gthumb-launch-help.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gthumb.spec ++++++
--- /var/tmp/diff_new_pack.xvSxkw/_old  2013-10-23 10:08:21.000000000 +0200
+++ /var/tmp/diff_new_pack.xvSxkw/_new  2013-10-23 10:08:21.000000000 +0200
@@ -25,6 +25,8 @@
 Group:          Productivity/Graphics/Viewers
 Url:            http://live.gnome.org/gthumb
 Source:         
http://download.gnome.org/sources/gthumb/3.2/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gthumb-launch-help.patch bnc#846900 [email protected] 
-- Fix gthumb not being able to load help
+Patch0:         gthumb-launch-help.patch
 # For web albums
 BuildRequires:  bison
 BuildRequires:  fdupes
@@ -85,6 +87,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++++++ gthumb-launch-help.patch ++++++
>From fa93814212c58fe58333ee485f660036e4830904 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to