GNOME Bugzilla – Bug 558633
Fixes for issues coming from the gio port
Last modified: 2009-04-29 19:44:44 UTC
Here's a patch with a few fixes for issues introduced with the gio port (when loading HTML pages)
Created attachment 121714 [details] [review] Patch + yelp_uri_resolve() didn't return an URI but a path in some case + window_do_load_html() was having fun converting an URI from a path to an URI + window_do_load_html() was looping while reading the HTML
Created attachment 123656 [details] [review] Patch Okay, the previous patch was wrong -- especially the change in yelp_uri_resolve(). It probably makes sense to rename uri to path in "type = yelp_uri_resolve (trace_uri, &real_uri, &frag_id);"
Ping. Note that a small part of the patch has been applied via bug 562137 (although I think the version in my patch is clearer...)
I'll trust you ;) . Patch committed. 2009-04-29 Don Scorgie <dscorgie@src.gnome.org> * src/yelp-window.c: * src/yelp-utils.c: Fix a series of issues resulting from the gio port (bug #558633 - patch by epic GNOME hero Vincent Untz)