r13669 - in /desktop/unstable/yelp/debian: changelog patches/01_html_crash.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Nov 28 16:39:13 UTC 2007


Author: joss
Date: Wed Nov 28 16:39:13 2007
New Revision: 13669

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13669
Log:
* 01_html_crash.patch: stolen from upstream SVN. Fix a crash when 
  opening HTML files. Closes: #448386.

Added:
    desktop/unstable/yelp/debian/patches/01_html_crash.patch
Modified:
    desktop/unstable/yelp/debian/changelog

Modified: desktop/unstable/yelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/changelog?rev=13669&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/changelog (original)
+++ desktop/unstable/yelp/debian/changelog Wed Nov 28 16:39:13 2007
@@ -1,6 +1,11 @@
 yelp (2.20.0-2) UNRELEASED; urgency=low
 
+  [ Loic Minier ]
   * Set GNOME Team as maintainer.
+
+  [ Josselin Mouette ]
+  * 01_html_crash.patch: stolen from upstream SVN. Fix a crash when 
+    opening HTML files. Closes: #448386.
 
  -- Loic Minier <lool at dooz.org>  Sun, 28 Oct 2007 21:28:34 +0100
 

Added: desktop/unstable/yelp/debian/patches/01_html_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/patches/01_html_crash.patch?rev=13669&op=file
==============================================================================
--- desktop/unstable/yelp/debian/patches/01_html_crash.patch (added)
+++ desktop/unstable/yelp/debian/patches/01_html_crash.patch Wed Nov 28 16:39:13 2007
@@ -1,0 +1,14 @@
+--- trunk/src/yelp-window.c	2007/09/06 18:47:59	2941
++++ trunk/src/yelp-window.c	2007/11/07 19:08:54	2986
+@@ -1584,9 +1584,9 @@
+ 	goto done;
+     }
+ 
+-    base_uri = g_filename_to_uri (real_uri, NULL, NULL);
++    base_uri = g_filename_to_uri (uri, NULL, NULL);
+     if (frag_id) {
+-	real_uri = g_strconcat (base_uri, "#", frag_id);
++	real_uri = g_strconcat (base_uri, "#", frag_id, NULL);
+ 	g_free (base_uri);
+     } else {
+ 	real_uri = base_uri;




More information about the pkg-gnome-commits mailing list